aboutsummaryrefslogtreecommitdiffstats
path: root/example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example.cpp')
-rw-r--r--example.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.cpp b/example.cpp
index 92bc19c..4af7c75 100644
--- a/example.cpp
+++ b/example.cpp
@@ -54,5 +54,6 @@ int main()
});
app.port(18080)
+ .multithreaded()
.run();
}