Description
We run into a case that remote server would return date that is off by 30 minutes when fetching data.
This then cause our server to fetch the resource every time.
(the resource was still served to user and cached, but on next retrieval from cache it was dropped and fetched again).
So the fix is to compare the date on the response and if too old (configured) it will be ignored and shindig server time will be used.
Patch Set 1 #
Total comments: 2
Patch Set 2 : Sync to head and fix according to comments #
Total comments: 1
Patch Set 3 : I only experience the server legging behind, but you right should check both way, ptal #
Total comments: 1
MessagesTotal messages: 8
|
||||||||||||||||||||||||||||