Page 1 of 1

Expires On not being honored

PostPosted: Mon Jan 30, 2012 6:17 am
by jhb50
I have a dynamic Web Resource and have set each URL Container to refresh every 10 minutes. Serviio ignores that value and refreshes every 5 minutes.

To illustrate the problem I have generated log entries showning create date and requested expiry date for each container.
As you can see in the attached log, after parsing the feeds Serviio shows expiry in 24 hours as per my console entry rather than the earliest feed expiry.
I can live with that but the bug is that the container then expires in 5 minutes rather than the 10 minutes I set, as you can see from the expiry time stamps.

How do I fix that.

Re: Expires On not being honored

PostPosted: Mon Jan 30, 2012 9:42 am
by zip
the log archive is corrupted

Re: Expires On not being honored

PostPosted: Mon Jan 30, 2012 4:04 pm
by jhb50
OOPs..try it now.

Re: Expires On not being honored

PostPosted: Mon Jan 30, 2012 6:07 pm
by zip
Right, I know why it is now. It actually expires it 5 minutes before the given expiry time to give Serviio some time to rebuild the feed completely before the expiration actually happens. I see in your case it's probably quite too early but in others it might be useful. If you like just increase your timeout to 15 minutes and it'll refresh after 10 minutes.

Re: Expires On not being honored

PostPosted: Mon Jan 30, 2012 6:40 pm
by jhb50
Cool move ! Thanks.