add comment

This commit is contained in:
Heikki Linnakangas
2021-03-22 12:37:30 +02:00
committed by Stas Kelvich
parent 303a546aba
commit 375f8e3134

View File

@@ -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);