aboutsummaryrefslogtreecommitdiffstats
path: root/example.cpp
diff options
context:
space:
mode:
authoripkn <ipknhama@gmail.com>2014-05-02 01:17:49 -0400
committeripkn <ipknhama@gmail.com>2014-05-02 01:17:49 -0400
commit81bd1e1fb6cb2a74c4e372410fb419cfc94991e0 (patch)
treefecebb2f7887cf73f6e6aa1d5ce9ee1d7d3cc57c /example.cpp
parentf8893eb138eae88f35ba752221a02b318d275364 (diff)
downloadcrow-81bd1e1fb6cb2a74c4e372410fb419cfc94991e0.tar.gz
crow-81bd1e1fb6cb2a74c4e372410fb419cfc94991e0.zip
caching datetime string for Date header
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();
}