mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
add comment
This commit is contained in:
committed by
Stas Kelvich
parent
303a546aba
commit
375f8e3134
@@ -208,10 +208,12 @@ impl FeMessage {
|
||||
pub fn thread_main() {
|
||||
|
||||
// Create a new thread pool
|
||||
//
|
||||
// FIXME: keep it single-threaded for now, make it easier to debug with gdb,
|
||||
// and we're not concerned with performance yet.
|
||||
//let runtime = runtime::Runtime::new().unwrap();
|
||||
let runtime = runtime::Builder::new_current_thread().enable_all().build().unwrap();
|
||||
|
||||
|
||||
let listen_address = "127.0.0.1:5430";
|
||||
info!("Starting page server on {}", listen_address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user