mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/netstorage: make fmt
This commit is contained in:
parent
7327adbc86
commit
cdcacaea6d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func maxInmemoryTmpBlocksFile() int {
|
|||
return 64 * 1024
|
||||
}
|
||||
if maxLen > 4*1024*1024 {
|
||||
return 4*1024*1024
|
||||
return 4 * 1024 * 1024
|
||||
}
|
||||
return maxLen
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue