We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ffb23 commit 407ed8aCopy full SHA for 407ed8a
editoast/src/views/mod.rs
@@ -193,7 +193,6 @@ mod tests {
193
let pg_config = PostgresConfig::default();
194
let manager = ConnectionManager::<PgConnection>::new(pg_config.url());
195
let pool = Pool::builder()
196
- .max_size(1)
197
.build(manager)
198
.await
199
.expect("Failed to create pool.");
0 commit comments