Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-05-21 19:49:01 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a624a07dd77a66f532f5230fe7e9fa40df48f49a
a624a07d
1 parent
f8042a3b
[hllock] Tuned HL_LOCK_NONPRIV_TRIES
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configuration.h
configuration.h
View file @
a624a07
...
...
@@ -215,7 +215,7 @@ expire-after:20M\n\
// Upper limit
#define HL_LOCK_AUTO_LIMIT_HIGH (1<<20)
#define HL_LOCK_NONPRIV_TRIES
HL_LOCK_AUTO_LIMIT_HIGH
#define HL_LOCK_NONPRIV_TRIES
(HL_LOCK_AUTO_LIMIT_HIGH << 6)
//#define READWRITE_SIGNALLING
...
...
Please
register
or
login
to post a comment