Title: Plugin calling server every 4 seconds
Last modified: September 29, 2020

---

# Plugin calling server every 4 seconds

 *  Resolved [droningon](https://wordpress.org/support/users/droningon/)
 * (@droningon)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/plugin-calling-server-every-4-seconds/)
 * Hi Jordan,
 * I’ve just updated Force Refresh to 2.1.5 and have noticed browsers are calling
   the site every 4 seconds and this frequency doesn’t change even we I change the
   refresh frequency in tools.
 * [https://abc1234.com/wp-admin/admin-ajax.php?action=force_refresh_get_version&nonce=bff25835e4&postId=57](https://abc1234.com/wp-admin/admin-ajax.php?action=force_refresh_get_version&nonce=bff25835e4&postId=57)
 * Iniitator is force-refresh.js
 * On another install I have version 2.1 and it fires every 28 seconds if frequency
   set as 30 seconds and 1min 50 second if set at 2 minutes.
 * Initiator is jquery.js
 * Any idea what might be causing this?
 * Cheers,
    Marcus

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [jordanleven](https://wordpress.org/support/users/jordanleven/)
 * (@jordanleven)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/plugin-calling-server-every-4-seconds/#post-13471153)
 * Hey droningon,
 * Sorry about that! I found the source of the issue and released 2.1.6 that includes
   a fix for ignoring the set frequency interval.
 * As for previous versions not obeying the set interval, I’d need to have more 
   information on how you are calculating the outgoing requests. It’s possible you’re
   calculating the delta between one call being resolved and the next call going
   out, which is not exactly how the calls are made. For instance, if you have an
   interval of thirty seconds and visit the site at exactly 12:00 PM, you will see
   one call for 12:00:00 and the next at 12:00:30. However, if you are calculating
   the time between the first call resolving (which is dependent on the speed of
   your server) it’s possible that the first call doesn’t resolve until 12:00:02
   and the next call starts at 12:00:30 (since it’s set to call every thirty seconds).
 * I hope that answers your question. I’m going to resolve this support request 
   for now but feel free to open it back up with any additional information I can
   provide.
 *  Thread Starter [droningon](https://wordpress.org/support/users/droningon/)
 * (@droningon)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/plugin-calling-server-every-4-seconds/#post-13474242)
 * Hey Jordan,
 * I appreciate the quick fix, it’s now working as expected.
 * Cheers,
    Marcus

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin calling server every 4 seconds’ is closed to new replies.

 * ![](https://ps.w.org/force-refresh/assets/icon-256x256.png?rev=2428247)
 * [Force Refresh](https://wordpress.org/plugins/force-refresh/)
 * [Support Threads](https://wordpress.org/support/plugin/force-refresh/)
 * [Active Topics](https://wordpress.org/support/plugin/force-refresh/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/force-refresh/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/force-refresh/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [droningon](https://wordpress.org/support/users/droningon/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/plugin-calling-server-every-4-seconds/#post-13474242)
 * Status: resolved