File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,10 @@ const DEFAULT_CONSOLE_LOG_LEVEL: LogLevel = LogLevel::INFO;
104
104
const DEFAULT_SERVER_LOG_LEVEL : LogLevel = LogLevel :: INFO ;
105
105
const DEFAULT_DECISION_LOG_LEVEL : LogLevel = LogLevel :: NONE ;
106
106
107
- // bundle builder: ~ 5 MB x 2
108
- // these sizes are needed both for the single file (for multilog , in bytes) as well as the total (for the EmptyDir)
107
+ // bundle builder: ~ 5 MB x 5
108
+ // these sizes are needed both for the single file (for rotation , in bytes) as well as the total (for the EmptyDir)
109
109
const OPA_ROLLING_BUNDLE_BUILDER_LOG_FILE_SIZE_MB : u32 = 5 ;
110
- const OPA_ROLLING_BUNDLE_BUILDER_LOG_FILE_SIZE_BYTES : u32 =
111
- OPA_ROLLING_BUNDLE_BUILDER_LOG_FILE_SIZE_MB * 1000000 ;
112
- const OPA_ROLLING_BUNDLE_BUILDER_LOG_FILES : u32 = 2 ;
110
+ const OPA_ROLLING_BUNDLE_BUILDER_LOG_FILES : u32 = 5 ;
113
111
const MAX_OPA_BUNDLE_BUILDER_LOG_FILE_SIZE : MemoryQuantity = MemoryQuantity {
114
112
value : ( OPA_ROLLING_BUNDLE_BUILDER_LOG_FILE_SIZE_MB * OPA_ROLLING_BUNDLE_BUILDER_LOG_FILES )
115
113
as f32 ,
You can’t perform that action at this time.
0 commit comments