We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/PIDKiln_vars.json
Web application executes additional request every 5 seconds. This is caused by
PIDKiln/data/js/json.js
Line 64 in 87db341
document.ready
Line 61 in 87db341
executeQuery
Line 45 in 87db341
$.ajax
Lines 46 to 49 in 87db341
setTimeout
Line 57 in 87db341
Only one request should be fired every 5 seconds.
The text was updated successfully, but these errors were encountered:
Hmm I'm vaguely remember I had a reason for that - but perhaps debugging only. I'll take a look.
Sorry, something went wrong.
Saur0o0n
No branches or pull requests
Summary
Web application executes additional request every 5 seconds.
This is caused by
PIDKiln/data/js/json.js
Line 64 in 87db341
Actual behavior
document.ready
eventPIDKiln/data/js/json.js
Line 61 in 87db341
executeQuery
functionPIDKiln/data/js/json.js
Line 45 in 87db341
$.ajax
requestPIDKiln/data/js/json.js
Lines 46 to 49 in 87db341
setTimeout
PIDKiln/data/js/json.js
Line 57 in 87db341
setTimeout
PIDKiln/data/js/json.js
Line 64 in 87db341
executeQuery
runs two times.Expected behavior
Only one request should be fired every 5 seconds.
The text was updated successfully, but these errors were encountered: