Skip to content

Commit a0d0cfb

Browse files
authored
Merge pull request #8 from JasonStein/jackil/vscodeconfigfix
Fix .vscode config
2 parents 8153fc8 + caf221d commit a0d0cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"STATSD_LOGGER_ENABLED": "false",
2222
"DOCKERGC_RECYCLING_STRATEGY": "ByDate", // or ByDiskSpace
2323
                "DOCKERGC_DOCKER_ENDPOINT": "unix:///var/run/docker.sock",
24-
"DOCKERGC_WAIT_FOR_CONTAINERS_IN_BLACKLIST_STATE_FOR_DAYS": "3",
24+
"DOCKERGC_IMAGE_DELETION_ORDER": "ByImageLastTouchDate",
2525
"DOCKERGC_EXECUTION_INTERVAL_IN_MINUTES": "-1",
2626
"DOCKERGC_DAYS_BEFORE_DELETION": "14",
27-
"DOCKERGC_SIZE_LIMIT_IN_GIGABYTE": "2",
27+
//"DOCKERGC_SIZE_LIMIT_IN_GIGABYTE": "20",
2828
"DOCKERGC_IMAGE_WHITELIST": "",
2929
"DOCKERGC_CONTAINER_STATE_BLACKLIST": "dead,exited"
3030
        }

0 commit comments

Comments
 (0)