]> git.saurik.com Git - apple/security.git/blob - OSX/utilities/SecDbInternal.h
Security-59754.41.1.tar.gz
[apple/security.git] / OSX / utilities / SecDbInternal.h
1 #ifndef SecDbInternal_h
2 #define SecDbInternal_h
3
4 #include "SecDb.h"
5
6 static const size_t kSecDbMaxReaders = 5;
7
8 // Do not increase this without changing lock types in SecDb
9 static const size_t kSecDbMaxWriters = 1;
10
11 // maxreaders + maxwriters
12 static const size_t kSecDbMaxIdleHandles = 6;
13
14 #endif /* SecDbInternal_h */