mirror of
https://github.com/netdata/netdata.git
synced 2025-04-26 05:47:20 +00:00
Fix variable type.
This commit is contained in:
parent
c698684595
commit
54361cd2e4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ __attribute__((constructor)) void initialize_multidb_ctx(void) {
|
||||||
initialize_single_ctx(multidb_ctx[i]);
|
initialize_single_ctx(multidb_ctx[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t dbengine_out_of_memory_protection = 0;
|
uint64_t dbengine_out_of_memory_protection = 0;
|
||||||
bool dbengine_use_all_ram_for_caches = false;
|
bool dbengine_use_all_ram_for_caches = false;
|
||||||
int db_engine_journal_check = 0;
|
int db_engine_journal_check = 0;
|
||||||
bool new_dbengine_defaults = false;
|
bool new_dbengine_defaults = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue