mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-07-31 08:18:28 -04:00
improvement: reduce number of writer blocking threads from 4->2
This commit is contained in:
@@ -116,7 +116,7 @@ pub async fn db_writer(
|
||||
&settings,
|
||||
OpenFlags::SQLITE_OPEN_READ_WRITE | OpenFlags::SQLITE_OPEN_CREATE,
|
||||
1,
|
||||
4,
|
||||
2,
|
||||
false,
|
||||
);
|
||||
if settings.database.in_memory {
|
||||
|
Reference in New Issue
Block a user