@glyphteck/veyl 0.70.0 → 0.71.0
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/dist/account.js +616 -181
- package/dist/accountprofiles.js +1 -0
- package/dist/cli.js +681 -265
- package/dist/index.js +681 -265
- package/package.json +1 -1
package/dist/accountprofiles.js
CHANGED
|
@@ -84,6 +84,7 @@ var CHAT_TTL_CLIENT_DELETE_GRACE_MS = MINUTE_MS;
|
|
|
84
84
|
var CHAT_BATCH_CLEANUP_IDLE_TIMEOUT_MS = 1500;
|
|
85
85
|
var CHAT_BATCH_CLEANUP_IDLE_DELAY_MS = 250;
|
|
86
86
|
var CHAT_LIST_PAGE_SIZE = 20;
|
|
87
|
+
var CHAT_ADMISSION_CACHE_PEERS = 1024;
|
|
87
88
|
var CHAT_LIST_LIVE_COUNT = CHAT_LIST_PAGE_SIZE;
|
|
88
89
|
var CHAT_INBOX_PING_PAGE_SIZE = 25;
|
|
89
90
|
var CHAT_INBOX_DISCOVERY_PARALLEL_CHATS = CHAT_INBOX_PING_PAGE_SIZE;
|