2 个版本
0.1.3 | 2023年4月9日 |
---|---|
0.1.1 | 2023年4月5日 |
#13 in #keeping
33 个月下载量
在 ya-world-time-sync 中使用
13KB
285 代码行(不包括注释)
ya-world-time
尽可能精确地保持时间的库
变量
#provide list of time servers
YA_WORLD_TIME_SERVER_HOSTS=time.google.com;ntp.qix.ca;ntp.nict.jp;pool.ntp.org;time.cloudflare.com;ntp.fizyka.umk.pl;time.apple.com;time.fu-berlin.de;time.facebook.com
#max number of requests to send at once
YA_WORLD_TIME_MAX_AT_ONCE=50
#max number of servers to process
YA_WORLD_TIME_MAX_TOTAL=100
#max request timeout in milliseconds, otherwise drop request
YA_WORLD_TIME_MAX_TIMEOUT=300
依赖
~2MB
~31K SLoC