diff options
-rw-r--r-- | config/debug.json | 7 | ||||
-rw-r--r-- | config/default.json | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/config/debug.json b/config/debug.json index 948b432..ec85cd9 100644 --- a/config/debug.json +++ b/config/debug.json @@ -11,11 +11,6 @@ "run/*", "sys/*", "tmp/*" - ], - "keep-hourly":null, - "keep-daily":7, - "keep-weekly":4, - "keep-monthly":6, - "keep-yearly":null + ] } } diff --git a/config/default.json b/config/default.json index fd0b5b4..e08d253 100644 --- a/config/default.json +++ b/config/default.json @@ -11,11 +11,6 @@ "run/*", "sys/*", "tmp/*" - ], - "keep-hourly":null, - "keep-daily":7, - "keep-weekly":4, - "keep-monthly":6, - "keep-yearly":null + ] } } |