Advertisement
ImEasyCJ

Untitled

Jan 26th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. DSN=root@/ripple
  2. ReplayFolder=
  3. HanayoFolder=
  4. RedisAddr=
  5. RedisPassword=
  6. CalculateAccuracy=false
  7. CacheRankedScore=false
  8. CacheTotalHits=false
  9. CacheLevel=false
  10. CachePlayTime=false
  11. CacheMostPlayedBeatmaps=false
  12. DeleteOldPasswordResets=false
  13. CleanReplays=false
  14. PopulateRedis=false
  15. CalculatePP=false
  16. ; might take a VERY long time
  17. FixScoreDuplicates=false
  18. CalculateOverallAccuracy=false
  19. ; Set to completed = 2 all scores on beatmaps that aren't ranked.
  20. FixCompletedScores=false
  21. ; Set to completed = 2 all scores on beatmaps that are not in the database.
  22. UnrankScoresOnInvalidBeatmaps=false
  23. RemoveDonorOnExpired=false
  24. DonorbotBaseApiUrl=
  25. ; Set completed=2 if multiple completed=3 scores for same beatmap and user are present.
  26. FixMultipleCompletedScores=false
  27. ClearExpiredProfileBackgrounds=false
  28. ; Whether to delete old private (private = 1) API tokens (older than a month)
  29. DeleteOldPrivateTokens=false
  30. SetOnlineUsers=false
  31. ; Number of days after which a user will be removed if they are still pending verification.
  32. PrunePendingVerificationAfter=0
  33. ; Re-calculates some server-wise cached stats (mostly displayed in RAP)
  34. CalculateServerWiseStats=false
  35. ; Re-calculates ranked & total score for users whose values have overflowed. Faster than CacheData if there's an overflow issue. This will be ignored if CacheData=true.
  36. FixStatsOverflow=false
  37. ; The number of goroutines which should execute queries. Increasing it may make cron faster, depending on your system.
  38. Workers=8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement