mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
set verbose constants to false in heap.cpp
This commit is contained in:
parent
cd990969cd
commit
8b17df5b48
@ -14,8 +14,8 @@ const unsigned Top = ~static_cast<unsigned>(0);
|
||||
|
||||
const unsigned InitialGen2CapacityInBytes = 4 * 1024 * 1024;
|
||||
|
||||
const bool Verbose = true;
|
||||
const bool Verbose2 = true;
|
||||
const bool Verbose = false;
|
||||
const bool Verbose2 = false;
|
||||
const bool Debug = false;
|
||||
|
||||
class Context;
|
||||
|
Loading…
Reference in New Issue
Block a user