mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-31 02:10:16 -06:00
Typo in comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user