Changeset 3412705
- Timestamp:
- 12/06/2025 12:45:33 AM (4 months ago)
- Location:
- dynamic-front-end-heartbeat-control
- Files:
-
- 2 edited
-
tags/1.2.996/heartbeat-async.php (modified) (1 diff)
-
trunk/heartbeat-async.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-front-end-heartbeat-control/tags/1.2.996/heartbeat-async.php
r3412283 r3412705 13 13 function dfehc_max_interval(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_max_interval', 300); } return $v; } 14 14 function dfehc_fallback_interval(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_fallback_interval', 60); } return $v; } 15 function dfehc_server_load_ttl(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_server_load_ttl', 180); } return $v; }16 15 17 16 if (!function_exists('dfehc_host_token')) { -
dynamic-front-end-heartbeat-control/trunk/heartbeat-async.php
r3412283 r3412705 13 13 function dfehc_max_interval(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_max_interval', 300); } return $v; } 14 14 function dfehc_fallback_interval(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_fallback_interval', 60); } return $v; } 15 function dfehc_server_load_ttl(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_server_load_ttl', 180); } return $v; }16 15 17 16 if (!function_exists('dfehc_host_token')) {
Note: See TracChangeset
for help on using the changeset viewer.