I'm seeing the same - I've a stream running for 2.5hrs and it keeps growing. I'll need to check to see if the recent update made things worse as nobody reported this issue in the last 9 months.
I'm not sure how exactly you're pulling in the data, and how it's beeing cached. But the async http code would read the http response's header and cache based on the information given there. But I think you can tell it to not cache the data at all. If you're using Slim::Utils::Cache->set() you can add the expiry time as a third parameter.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
