mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
chore: 🤖 cleanup
This commit is contained in:
parent
afb0ee532c
commit
9a1a1555de
@ -1,4 +1,3 @@
|
|||||||
#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
|
||||||
extern crate actix;
|
extern crate actix;
|
||||||
extern crate actix_web;
|
extern crate actix_web;
|
||||||
extern crate docopt;
|
extern crate docopt;
|
||||||
|
@ -24,7 +24,8 @@ pub fn new(config: Config, pool: PostgresPool) -> SystemRunner {
|
|||||||
config.table_sources.clone(),
|
config.table_sources.clone(),
|
||||||
config.function_sources.clone(),
|
config.function_sources.clone(),
|
||||||
)
|
)
|
||||||
}).bind(listen_addresses.clone())
|
})
|
||||||
|
.bind(listen_addresses.clone())
|
||||||
.expect(&format!("Can't bind to {}", listen_addresses))
|
.expect(&format!("Can't bind to {}", listen_addresses))
|
||||||
.keep_alive(keep_alive)
|
.keep_alive(keep_alive)
|
||||||
.shutdown_timeout(0)
|
.shutdown_timeout(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user