Skip to content

Commit

Permalink
Merge pull request #2038 from Expensify/remove-cache-size-check
Browse files Browse the repository at this point in the history
Remove cache size assert
  • Loading branch information
coleaeason authored Dec 20, 2024
2 parents 73d6aaa + 19c8ca1 commit 05b6d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlitecluster/SQLite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ vector<string> SQLite::initializeJournal(sqlite3* db, int minJournalTables) {
void SQLite::commonConstructorInitialization(bool hctree) {
// Perform sanity checks.
SASSERT(!_filename.empty());
SASSERT(_cacheSize > 0);
SASSERT(_maxJournalSize > 0);

// WAL is what allows simultaneous read/writing.
Expand Down

0 comments on commit 05b6d65

Please sign in to comment.