mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 00:45:58 +00:00
Temporarily leave sqlite3 in whatever threading mode it was already in.
This commit is contained in:
@@ -70,10 +70,12 @@ public:
|
||||
if (threadSafe == 0)
|
||||
Throw(Error().fail(__FILE__, __LINE__, Error::assertFailed));
|
||||
|
||||
#if 0
|
||||
int result = sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
|
||||
|
||||
if (result != SQLITE_OK)
|
||||
Throw(Error().fail(__FILE__, __LINE__, Error::assertFailed));
|
||||
#endif
|
||||
|
||||
sqlite3_initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user