Skip to content

Commit a51d520

Browse files
committed
fix: remove sql line
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
1 parent 5137f30 commit a51d520

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/playwright/start-nextcloud-server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +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-
process.stdout.write('├─ Set SQLite busy timeout for parallel workers\n')
5857
await runExec(['php', '-r', '$db = new SQLite3("data/owncloud.db");$db->busyTimeout(5000);$db->exec("PRAGMA journal_mode = wal;");'])
5958
process.stdout.write('├─ Enabled SQLite WAL mode for better performance\n')
6059
process.stdout.write('├─ Initialize cron job...\n')

0 commit comments

Comments
 (0)