diff --git a/database/concurrent_test.go b/database/concurrent_test.go index d58b5cc4..802914f3 100644 --- a/database/concurrent_test.go +++ b/database/concurrent_test.go @@ -82,7 +82,7 @@ func TestConcurrentWrites(t *testing.T) { // openTestDB opens a fresh SQLite DB with the given MaxOpenConns. // Both parts use the same busy_timeout so that MaxOpenConns is the - // only experimental variable. + // primary DB configuration variable under test. openTestDB := func(t *testing.T, maxConns int) *sql.DB { t.Helper() dbPath := filepath.Join(t.TempDir(), "test.db")