Browse Source

[mormot] use pthread_mutex instead of handmade spin-lock for better scaling with a high number of cores (#7797)

Co-authored-by: pavel.mash <[email protected]>
pavelmash 2 years ago
parent
commit
13541c0287
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Pascal/mormot/setup_and_build.sh

+ 2 - 2
frameworks/Pascal/mormot/setup_and_build.sh

@@ -40,8 +40,8 @@ echo "Unpacking to ./libs/mORMot/static ..."
 rm -rf ./mormot2static.7z
 
 # uncomment for fixed commit URL
-#URL=https://github.com/synopse/mORMot2/tarball/b7422c9af6dbbe7710146164b46e8bff934b9f5a
-URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
+URL=https://github.com/synopse/mORMot2/tarball/53fff764736336c48f94202d11a578b8298d5c7e
+#URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
 echo "Download and unpacking mORMot sources from $URL ..."
 wget -qO- "$URL" | tar -xz -C ./libs/mORMot  --strip-components=1