We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd8bde commit e6bcf5dCopy full SHA for e6bcf5d
script/passenger_worker_cleaner.rb
@@ -6,7 +6,7 @@
6
# Configuration Constants
7
PASSENGER_STATUS_CMD = 'passenger-status'
8
MIN_WORKERS_ALLOWED = 4
9
-LAST_USED_THRESHOLD_SECONDS = 10 * 60 # 10 minutes
+LAST_USED_THRESHOLD_SECONDS = 5 * 60 # 5 minutes
10
11
# Helper method for debug logging
12
def debug_log(message)
0 commit comments