File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ echo "Download statics from $URL ..."
35
35
wget -qO- " $URL " | tar -xz -C ./libs/mORMot/static
36
36
37
37
# uncomment for fixed commit URL
38
- URL=https://github.com/synopse/mORMot2/tarball/c9cefa05e892763ff66a9a51a659b937def36195
38
+ URL=https://github.com/synopse/mORMot2/tarball/c68d24054ffd3e5d63ecb33a2eea49055948e816
39
39
# URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
40
40
echo " Download and unpacking mORMot sources from $URL ..."
41
41
wget -qO- " $URL " | tar -xz -C ./libs/mORMot --strip-components=1
Original file line number Diff line number Diff line change @@ -201,10 +201,11 @@ constructor TRawAsyncServer.Create(
201
201
hsoNoStats, // disable low-level statistic counters
202
202
// hsoThreadCpuAffinity, // worse scaling on multi-servers
203
203
hsoThreadSmooting, // seems a good option, even if not magical
204
+ hsoEnablePipelining, // as expected by /plaintext
204
205
{ $ifdef WITH_LOGS}
205
206
hsoLogVerbose,
206
207
{ $endif WITH_LOGS}
207
- hsoIncludeDateHeader // required by TPW General Test Requirements #5
208
+ hsoIncludeDateHeader // required by TFB General Test Requirements #5
208
209
] + flags);
209
210
if pin2Core <> -1 then
210
211
fHttpServer.Async.SetCpuAffinity(pin2Core);
You can’t perform that action at this time.
0 commit comments