mirror of https://gitee.com/bigwinds/arangodb
changed to uint64_t for program options
This commit is contained in:
parent
d35e63fff3
commit
d64ce2ddce
|
@ -434,7 +434,7 @@ namespace triagens {
|
|||
/// @endDocuBlock
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
size_t _queryCacheMaxResults;
|
||||
uint64_t _queryCacheMaxResults;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @startDocuBlock databaseMaximalJournalSize
|
||||
|
|
Loading…
Reference in New Issue