Browse Source

Enable threads for httpbeast. (#3924)

Dominik Picheta 7 năm trước cách đây
mục cha
commit
1715fa9356

+ 1 - 1
frameworks/Nim/httpbeast/httpbeast.dockerfile

@@ -9,6 +9,6 @@ ENV PATH $PATH:/root/.nimble/bin
 
 
 ADD ./ /httpbeast
 ADD ./ /httpbeast
 WORKDIR /httpbeast
 WORKDIR /httpbeast
-RUN nimble c -d:release --gc:boehm -y techempower.nim
+RUN nimble c -d:release --threads:on --gc:boehm -y techempower.nim
 
 
 CMD ./techempower
 CMD ./techempower