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 9ae8400 commit 44cad84Copy full SHA for 44cad84
lib/index.js
@@ -662,7 +662,7 @@ class ErrsoleSQLite extends EventEmitter {
662
663
this.deleteExpiredNotificationItemsRunning = true;
664
665
- const DEFAULT_NOTIFICATIONS_TTL = 30 * 24 * 60 * 60 * 1000;
+ const DEFAULT_NOTIFICATIONS_TTL = 7 * 24 * 60 * 60 * 1000;
666
667
try {
668
let notificationsTTL = DEFAULT_NOTIFICATIONS_TTL;
0 commit comments