mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
app/vmselect/netstorage: make fmt
This commit is contained in:
parent
d21cc2d16a
commit
54db08a60f
@ -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 New Issue
Block a user