mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
413f9c2fad
Since offline inboxing and desktop were introduced, we went from testing with ~10 messages to ~1000 messages. This surfaced inefficiencies such as this issue. It also means someone who joins a public channel such as #status will experience significant lag when signing in. To remedy this, we put offline inboxing for public/group chats under a flag until the underlying perf issue has been resolved.
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
TESTFAIRY_ENABLED=1
|
|
STUB_STATUS_GO=0
|
|
ETHEREUM_DEV_CLUSTER=1
|
|
MAINNET_NETWORKS_ENABLED=1
|
|
ERC20_ENABLED=1
|
|
OFFLINE_INBOX_ENABLED=1
|
|
OFFLINE_INBOX_MANY_ENABLED=0
|
|
LOG_LEVEL=debug
|
|
LOG_LEVEL_STATUS_GO=info
|
|
JSC_ENABLED=1
|
|
QUEUE_MESSAGE_ENABLED=1
|