数据同步
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

config.toml 154B

12345678910
  1. [server]
  2. #host = "10.180.4.88"
  3. host = "127.0.0.1"
  4. port = 9090
  5. [client]
  6. max_retries = 3
  7. retry_delay_secs = 3
  8. read_timeout_secs = 5
  9. write_timeout_secs = 5