Skip to content

Commit e6bcf5d

Browse files
committed
Lower last used threshold to 5 minutes
1 parent ecd8bde commit e6bcf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/passenger_worker_cleaner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Configuration Constants
77
PASSENGER_STATUS_CMD = 'passenger-status'
88
MIN_WORKERS_ALLOWED = 4
9-
LAST_USED_THRESHOLD_SECONDS = 10 * 60 # 10 minutes
9+
LAST_USED_THRESHOLD_SECONDS = 5 * 60 # 5 minutes
1010

1111
# Helper method for debug logging
1212
def debug_log(message)

0 commit comments

Comments
 (0)