Skip to content

v2.6 — Dashboard-configurable throttle duration

Choose a tag to compare

@nadimtuhin nadimtuhin released this 27 Jun 18:14
· 16 commits to main since this release
899dc84

What's Changed

  • Throttle duration configurable from Settings → FB Throttle Log
  • Priority: dashboard setting → FACEBOOK_REQUEST_THROTTLE constant → 60s default
  • Retry-After header reflects actual configured duration
  • nt_sanitize_throttle_duration() clamps input 1–86400s
  • 29/29 PHPUnit tests passing

Upgrade Notice

Fully backward compatible. Existing FACEBOOK_REQUEST_THROTTLE defines in wp-config.php still work — dashboard value takes priority.