diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-10 14:26:59 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-10 14:26:59 +0100 |
commit | 97bdf75c9bcbd4f2519fe8a1be2925ddd3792f70 (patch) | |
tree | 2f474738cb283c189c3162745e0880b4b77058d9 | |
parent | 27c2831269972ef48c9926ee5f79650cdc8c27e5 (diff) |
refactored for readability
-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" + ] } |