X-Git-Url: http://git.treefish.org/~alex/photosort.git/blobdiff_plain/67fcc94b4fc560c01c877aa48c11fc327c2772f8..f74cea71b4539995483ec2393f22d7592d03632b:/doc/photosort-config.json?ds=inline diff --git a/doc/photosort-config.json b/doc/photosort-config.json index 8dbc884..edd4a51 100644 --- a/doc/photosort-config.json +++ b/doc/photosort-config.json @@ -1,21 +1,26 @@ { "bunches": [ { - "id": "mbk", "dst_dir": { "path": "/var/local/photosort/sorted/mbk" }, "src_dirs": [ { "path": "/var/local/photosort/sorted/mbk/incoming", + "cool_time": 60, + "max_time": 86400, "cleanup": true }, { "path": "/var/local/photosort/shares/camera-evelyn", + "cool_time": 60, + "max_time": 86400, "cleanup": false }, { "path": "/var/local/photosort/shares/camera-guenther", + "cool_time": 60, + "max_time": 86400, "cleanup": false } ]