disable indexedDbEvents in iris for now

This commit is contained in:
Martti Malmi 2024-01-04 00:42:14 +02:00
parent 0043b7e8bd
commit c2899eac26

View File

@ -38,5 +38,5 @@
"wss://relay.nostr.band/": { "read": true, "write": true }, "wss://relay.nostr.band/": { "read": true, "write": true },
"wss://relay.damus.io/": { "read": true, "write": true } "wss://relay.damus.io/": { "read": true, "write": true }
}, },
"useIndexedDBEvents": true "useIndexedDBEvents": false
} }