mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Lint: Add extra blank line
This commit is contained in:
parent
bd18412740
commit
a3f264d940
@ -93,6 +93,7 @@ def _gather_buffer_space():
|
|||||||
# Return the higher number between 5% of the system memory and 10MiB
|
# Return the higher number between 5% of the system memory and 10MiB
|
||||||
return max([total_mem * 0.05, 10 << 20])
|
return max([total_mem * 0.05, 10 << 20])
|
||||||
|
|
||||||
|
|
||||||
# For the time being this will be a fixed calculation
|
# For the time being this will be a fixed calculation
|
||||||
# TODO: Allow user configuration
|
# TODO: Allow user configuration
|
||||||
_DFLT_IPC_WBUFFER = _gather_buffer_space() * .5
|
_DFLT_IPC_WBUFFER = _gather_buffer_space() * .5
|
||||||
|
Loading…
Reference in New Issue
Block a user