Skip to content

Commit

Permalink
clear other (?) json/page cache (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Dec 30, 2023
1 parent 0a3c782 commit ac3b88c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/expire_page_cache
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

find /srv/lobste.rs/http/tmp/cache/ -type f -not -mmin 2 -not -name ".gitkeep" -delete
find /srv/lobste.rs/http/tmp/cache/ -type f -not -mmin 2 -delete
find /srv/lobste.rs/http/public/cache/ -type f -not -mmin 2 -delete

0 comments on commit ac3b88c

Please sign in to comment.