Processing (Manticore) sync queue.

This commit is contained in:
2026-06-08 23:32:40 +02:00
parent 1f58f989f7
commit 20f304c9cd
4 changed files with 51 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ module.exports = {
stashes: {
nameLength: [2, 24],
namePattern: /^[a-zA-Z0-9!?$&\s_-]+$/,
viewRefreshCron: '* * * * *', // every minute
viewRefreshCrontab: '* * * * *', // every minute
viewRefreshCooldowns: {
actors: 60, // minutes
stashes: 1,
@@ -192,4 +192,8 @@ module.exports = {
s3Path: 'https://s3.wasabisys.com',
videoRestrictions: [], // entity slugs, _ prefix for networks, hides trailer and teaser videos
},
sync: {
enabled: true,
crontab: '*/10 * * * *', // every 10 minutes
},
};