This commit is contained in:
2024-07-27 08:23:20 -05:00
parent 2a5df890f7
commit 681a3eec53
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ const auto DEFAULT_SIA_CONFIG = "{\n"
#if defined(_WIN32)
" \"EnableMountManager\": false,\n"
#endif
" \"EventLevel\": \"normal\",\n"
" \"EventLevel\": \"info\",\n"
" \"EvictionDelayMinutes\": 10,\n"
" \"EvictionUsesAccessedTime\": false,\n"
" \"HighFreqIntervalSeconds\": 30,\n"
@@ -106,7 +106,7 @@ const auto DEFAULT_S3_CONFIG = "{\n"
#if defined(_WIN32)
" \"EnableMountManager\": false,\n"
#endif
" \"EventLevel\": \"normal\",\n"
" \"EventLevel\": \"info\",\n"
" \"EvictionDelayMinutes\": 10,\n"
" \"EvictionUsesAccessedTime\": false,\n"
" \"HighFreqIntervalSeconds\": 30,\n"