flyzto 1 bulan lalu
induk
melakukan
6bb6733d85
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      pinnacle/main.js

+ 1 - 0
pinnacle/main.js

@@ -654,6 +654,7 @@ const pinnacleDataLoop = () => {
     Logs.err(err.message, err.source);
     GLOBAL_DATA.requestErrorCount++;
     if (GLOBAL_DATA.loopActive && GLOBAL_DATA.requestErrorCount > 5) {
+      Logs.out('request error count reached the limit');
       GLOBAL_DATA.loopActive = false;
       Logs.out('loop inactive');
       notifyException('Pinnacle API request errors have reached the limit.');