Is there likely any noticeable difference between 1 and 5?
Is there likely any noticeable difference between 1 and 5?







{ connect_timeout: 1, max: 5 }setTimeout(setTimeout(statement_timeoutwrite CONNECTION_CLOSED 725fa92510fc468cd02c82f3759d365f.hyperdrive.local:5432Internal error.cache.get(Error: write CONNECTION_CLOSED [some value].hyperdrive.local:5432cloudflared tunnel diagsql()fetch_typesjsonbexport function createDbConnection(databaseUrl: string) {
const sql = neon(databaseUrl);
return drizzle(sql, { schema });
}export function createDbConnection(hyperDrivedatabaseUrl: string) {
client = postgres(hyperDrivedatabaseUrl,{
max: 1,
fetch_types: false,
},);
return drizzle(client, { schema });
}