Plugin Directory

Changeset 3412705


Ignore:
Timestamp:
12/06/2025 12:45:33 AM (4 months ago)
Author:
loghin
Message:

1.2.996 final adjustment

Location:
dynamic-front-end-heartbeat-control
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamic-front-end-heartbeat-control/tags/1.2.996/heartbeat-async.php

    r3412283 r3412705  
    1313function dfehc_max_interval(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_max_interval', 300); } return $v; }
    1414function 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; }
    1615
    1716if (!function_exists('dfehc_host_token')) {
  • dynamic-front-end-heartbeat-control/trunk/heartbeat-async.php

    r3412283 r3412705  
    1313function dfehc_max_interval(): int { static $v; if ($v === null) { $v = (int) apply_filters('dfehc_max_interval', 300); } return $v; }
    1414function 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; }
    1615
    1716if (!function_exists('dfehc_host_token')) {
Note: See TracChangeset for help on using the changeset viewer.