mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 20:21:15 +01:00
app/vmselect/netstorage: make fmt
This commit is contained in:
parent
7327adbc86
commit
cdcacaea6d
@ -37,7 +37,7 @@ func maxInmemoryTmpBlocksFile() int {
|
|||||||
return 64 * 1024
|
return 64 * 1024
|
||||||
}
|
}
|
||||||
if maxLen > 4*1024*1024 {
|
if maxLen > 4*1024*1024 {
|
||||||
return 4*1024*1024
|
return 4 * 1024 * 1024
|
||||||
}
|
}
|
||||||
return maxLen
|
return maxLen
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user