1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
invidious_ynh/conf/cron_invidious
2020-11-09 22:28:22 +01:00

2 lines
No EOL
151 B
Text

@weekly psql __APP__ -c "DELETE FROM nonces * WHERE expire < current_timestamp" > /dev/null
@weekly psql __APP__ -c "TRUNCATE TABLE videos" > /dev/null