소스 검색

doc: increase default interval

Ref to https://github.com/tuna/issues/issues/1649
Zenithal 2 년 전
부모
커밋
bca49abd3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/zh_CN/get_started.md

+ 1 - 1
docs/zh_CN/get_started.md

@@ -39,7 +39,7 @@ name = "test_worker"
 log_dir = "/tmp/tunasync/log/tunasync/{{.Name}}"
 mirror_dir = "/tmp/tunasync"
 concurrent = 10
-interval = 1
+interval = 120
 
 [manager]
 api_base = "http://localhost:12345"