We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275944d commit 5d767c8Copy full SHA for 5d767c8
client.js
@@ -84,7 +84,7 @@ const connect = async () => {
84
85
setInterval(async () => {
86
if (global.db) await system.database.save(global.db)
87
- }, 60 * 1000 * 5)
+ }, 60 * 1000 * (['local', 'sqlite'].includes(system.session) ? 3 : 5))
88
89
cron.schedule('0 12 * * *', async () => {
90
if (global?.db?.setting?.autobackup) {
package.json
@@ -26,7 +26,7 @@
26
"homepage": "https://github.com/neoxr/neoxr-bot#readme",
27
"dependencies": {
28
"@adiwajshing/keyed-db": "^0.2.4",
29
- "@neoxr/wb": "^6.0.0-rc.4",
+ "@neoxr/wb": "^6.0.0-rc.5",
30
"baileys": "^7.0.0-rc.3",
31
"cfonts": "3.1.1",
32
"html-entities": "^2.5.2",
0 commit comments