summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-27 09:28:19 +0300
committerAndrew Dolgov <[email protected]>2017-02-27 09:28:19 +0300
commitbc720234f59d39119c9486ff88f248bacd3140c3 (patch)
tree2c7f644d92e2eaf8396f82069765ab1a8cb7a791 /index.php
parent4b4ffcd07902742d7b382d95e1c064bdff0f2308 (diff)
periodically refresh worker cache on index load
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 114403b..c3dd32b 100644
--- a/index.php
+++ b/index.php
@@ -93,6 +93,7 @@
}
mark_offline_books();
+ cache_refresh();
});
</script>