mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
app/vmselect/netstorage: make fmt
This commit is contained in:
parent
d21cc2d16a
commit
54db08a60f
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