pub fn parse_migrate_startup_timeout() -> u64Expand description
启动期数据库迁移超时窗口(秒),由 MIGRATE_STARTUP_TIMEOUT_SECS 控制,默认 30。
此前 main.rs 与 db/pool.rs(get_conn_for_startup、ensure_database_exists 两处)
各有一份逐字相同的 .ok().and_then(parse).unwrap_or(30) 解析链。