Skip to content

Commit 4de851f

Browse files
committed
fix: remove uneccessary dbconfig change
1 parent 7d15bbe commit 4de851f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/playwright/start-nextcloud-server.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ async function start() {
5454
// createRandomUser() generates short passwords that the policy would reject
5555
await runOcc(['app:disable', 'password_policy'])
5656
process.stdout.write('├─ Disabled password policy for random test users\n')
57-
// PDO::ATTR_TIMEOUT (2) = SQLite busy timeout in seconds; without it parallel
58-
// workers hit "database is locked" 500s on write collisions
59-
await runOcc(['config:system:set', 'dbdriveroptions', '2', '--value', '5', '--type', 'integer'])
6057
process.stdout.write('├─ Set SQLite busy timeout for parallel workers\n')
6158
await runExec(['php', '-r', '$db = new SQLite3("data/owncloud.db");$db->busyTimeout(5000);$db->exec("PRAGMA journal_mode = wal;");'])
6259
process.stdout.write('├─ Enabled SQLite WAL mode for better performance\n')

0 commit comments

Comments
 (0)