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