diff options
| -rw-r--r-- | config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json index 2efb464..10519b7 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,5 @@ { + "interval": "5min", "volumes": [ { "size": "small", @@ -13,6 +14,5 @@ "size": "large", "lower": 200 } - ], - "interval": "10min" + ] } |
