This commit is contained in:
2026-02-25 19:17:25 -05:00
parent 74b8f1113e
commit 585aa14c0b
5 changed files with 85 additions and 30 deletions
+10 -1
View File
@@ -14,5 +14,14 @@ module.exports = {
socketFile: '/var/run/proxy_lookup.socket',
redis: {
prefix: 'proxy_'
}
},
service:{
hostScheduler:{
enabled: true,
initial: 30000,
interval: 86400000,
}
},
};