test.toml 626 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [log]
  2. stdout=true
  3. [host]
  4. liveRpc = "http://rpc.live.bilibili.co"
  5. [httpClient]
  6. key = "fb06a25c6338edbc"
  7. secret = "fd10bd177559780c2e4a44f1fa47fa83"
  8. dial = "100ms"
  9. timeout = "5s"
  10. keepAlive = "60s"
  11. [httpClient.breaker]
  12. window = "3s"
  13. sleep = "100ms"
  14. bucket = 10
  15. ratio = 0.5
  16. request = 100
  17. [liverpc]
  18. [liverpc.room]
  19. Addr = "172.18.35.12:20200"
  20. [liverpc.rc]
  21. [liverpc.rankdb]
  22. [warden]
  23. dial = "1s"
  24. timeout = "1s"
  25. [accountRPC]
  26. pullInterval = "10s"
  27. [accountRPC.client]
  28. timeout = "1s"
  29. timer = 1000