I'm writing a script that makes an AJAX request at regular intervals. The request loads a remote page and pulls some numbers from it. The page is public, so the script does the equivalent of refreshing the page every few minutes.
It's possible (although unlikely) that this script will be used by hundreds (maybe thousands) of users if I release it.
Is there a rule of thumb or generally accepted polite frequency of requests that I should adhere to?