From f0f191c0786c329ca30bdfaa7a15fdc10fd2f5a9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 31 Jul 2007 18:12:12 +0000 Subject: slight tweak to do gcing a little more often, might scale this back later --- lib/stream.lib.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/stream.lib.php') diff --git a/lib/stream.lib.php b/lib/stream.lib.php index df07e821..745d1140 100644 --- a/lib/stream.lib.php +++ b/lib/stream.lib.php @@ -80,6 +80,10 @@ function clear_now_playing() { */ function show_now_playing() { + // GC! + Stream::gc_session(); + gc_now_playing(); + $web_path = Config::get('web_path'); $results = get_now_playing(); require Config::get('prefix') . '/templates/show_now_playing.inc.php'; -- cgit