From fa36f3a29538012a6eb5c3402b3b3c18fd32b230 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 10 Mar 2020 09:58:49 -0400 Subject: refactor: move DUMP_BANS_INTERVAL to banman.h --- src/init.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index eaabcf7382..22d5b8660a 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -86,10 +86,6 @@ static const bool DEFAULT_PROXYRANDOMIZE = true; static const bool DEFAULT_REST_ENABLE = false; static const bool DEFAULT_STOPAFTERBLOCKIMPORT = false; -// How often to dump addresses to banlist.dat -static constexpr std::chrono::minutes DUMP_BANS_INTERVAL{15}; - - #ifdef WIN32 // Win32 LevelDB doesn't use filedescriptors, and the ones used for // accessing block files don't count towards the fd_set size limit -- cgit v1.2.3