io argument REFRESH_INTERVAL=0 is ignored
-----------------------------------------
Key: SHINDIG-1450
URL: https://issues.apache.org/jira/browse/SHINDIG-1450
Project: Shindig
Issue Type: Bug
Reporter: Randy Hudson
To prevent the bogus behavior of caching request responses for 1 hour, we are
setting REFRESH_INTERVAL to 0. But shindig and iGoogle seem to be ignoring
values less than 1:
code from io.js:
if (httpMethod === "GET" && refreshInterval > 0) {
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.