Typo in comment

This commit is contained in:
Klaas van Schelven
2025-09-01 20:33:55 +02:00
parent 41944a8cf0
commit 3a050e7533

View File

@@ -60,7 +60,7 @@ SNAPPEA = {
"NUM_WORKERS": int(os.getenv("SNAPPEA_NUM_WORKERS", 2)),
"STATS_RETENTION_MINUTES": int(os.getenv("SNAPPEA_STATS_RETENTION_MINUTES", 60 * 24 * 7)),
# in our Dockerfile the foreman is started exactly once (no check against collisions needed) and whaterver is
# in our Dockerfile the foreman is started exactly once (no check against collisions needed) and whatever is
# running the container is responsible for the container's lifecycle (again: no pid-file check needed to avoid
# collisions)
"PID_FILE": None,