We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b82d5 commit dfcf134Copy full SHA for dfcf134
1 file changed
includes/classes/Async/CachePreloader.php
@@ -147,8 +147,8 @@ public function should_continue() {
147
// Consider a spike if 1min load is significantly higher than longer-term averages.
148
$load_spike_detected = ( $load_1min > $load_5min * 2 || $load_5min > $load_15min * 2 );
149
150
- // Fallback max load threshold (used if no CPU core info or not desired)
151
- $default_max_load = 4.0;
+ // Fallback max load threshold
+ $default_max_load = 16.0;
152
153
/**
154
* Filter the max allowed server load before preloading pauses.
0 commit comments