diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-06 15:30:23 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-08 02:29:18 -0400 |
commit | 6749dc4d215dd60900f0c1187ba20031ccdc4f85 (patch) | |
tree | 02a2980101e9959e7f9539fe70ed307c68d9f6d8 /svc | |
parent | 469542518c4bb4db00774734c9cb257cd0050076 (diff) | |
download | getwtxt-6749dc4d215dd60900f0c1187ba20031ccdc4f85.tar.gz |
updated available intervals for cache/push
Diffstat (limited to 'svc')
-rw-r--r-- | svc/help.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/help.go b/svc/help.go index 67e1b27..ba5e120 100644 --- a/svc/help.go +++ b/svc/help.go @@ -126,7 +126,7 @@ func manualScreen() { will push registry data from the in-memory cache to the on-disk LevelDB database. The following time suffixes may be used: - ns, us, ms, s, m, h + s, m, h Default: 5m StatusFetchInterval: The interval on which getwtxt |