Sync branch magefile with main #104308

Merged
Sybren A. Stüvel merged 85 commits from abelli/flamenco:magefile into magefile 2024-05-13 16:26:32 +02:00
Showing only changes of commit 27cbb2ed0f - Show all commits

View File

@ -13,7 +13,7 @@ import (
var ErrIntegrity = errors.New("database integrity check failed") var ErrIntegrity = errors.New("database integrity check failed")
const ( const (
integrityCheckTimeout = 2 * time.Second integrityCheckTimeout = 10 * time.Second
) )
type PragmaIntegrityCheckResult struct { type PragmaIntegrityCheckResult struct {