meta-horizonn 1.1.5 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -384,7 +384,14 @@ module.exports = function(defaultFuncs, api, ctx) {
384
384
  throw err;
385
385
  });
386
386
  };
387
- if (global.Fca.Data.Already != true) { SpecialMethod(threadID); global.Fca.Data.Already = true; setInterval(function(){Database(true).set('UserInfo', global.Fca.Data.Userinfo); delete global.Fca.Data.Userinfo; global.Fca.Data.Userinfo = []; }, 900 * 1000); }
387
+ if (global.Fca.Data.Already != true) { SpecialMethod(threadID); global.Fca.Data.Already = true; setInterval(function() {
388
+ Database(true).set('UserInfo', global.Fca.Data.Userinfo);
389
+ setTimeout(() => {
390
+ delete global.Fca.Data.Userinfo;
391
+ global.Fca.Data.Userinfo = [];
392
+ }, 30 * 1000)
393
+ }, 900 * 1000); }
394
+
388
395
 
389
396
  try {
390
397
  for (let i of threadID) {