You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DOFileCache.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ public function get($key)
119
119
returnfalse;
120
120
}
121
121
122
-
if (!function_exists('sys_getloadavg')) {
122
+
if (!function_exists('sys_getloadavg') && $this->config['unixLoadUpperThreshold'] !== -1) {
123
123
thrownewException('Your PHP installation does not support `sys_getloadavg` (Windows?). Please set `unixLoadUpperThreshold` to `-1` in your DOFileCache config.');
0 commit comments