@nexustechpro/baileys 2.1.0 → 2.1.3

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- ![NexusTechPro Banner](https://files.catbox.moe/1rjzor.jpeg)
3
+ ![NexusTechPro Banner](https://files.catbox.moe/gzkpf8.jpg)
4
4
 
5
5
  # @nexustechpro/baileys
6
6
 
@@ -158,6 +158,7 @@ export const INITIAL_PREKEY_COUNT = 95;
158
158
 
159
159
  export const UPLOAD_TIMEOUT = 30000;
160
160
  export const MIN_UPLOAD_INTERVAL = 5000;
161
+ export const HISTORY_SYNC_PAUSED_TIMEOUT_MS = 120000;
161
162
 
162
163
  export const DEFAULT_CACHE_TTLS = {
163
164
  SIGNAL_STORE: 5 * 60,