Skip to content

Commit

Permalink
fix: fixed initial db size for tests (since we added more indices)
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 28, 2024
1 parent 14b6856 commit 4b9efbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const config = {
'SQLITE_BUSY_TIMEOUT',
'SQLITE_LOCKED'
]),
INITIAL_DB_SIZE: 204800, // 196608, // 200704,
INITIAL_DB_SIZE: 212992, // 204800, // 196608, // 200704,
STRIPE_LOCALES,
openPGPKey: '/.well-known/openpgpkey/hu/mxqp8ogw4jfq83a58pn1wy1ccc1cx3f5.asc',
returnPath: 'fe-bounces',
Expand Down

0 comments on commit 4b9efbc

Please sign in to comment.