Processing (Manticore) sync queue.
This commit is contained in:
@@ -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
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user