Lint: Add extra blank line

This commit is contained in:
Nicole Thomas 2018-11-05 09:24:41 -05:00 committed by rallytime
parent bd18412740
commit a3f264d940
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

View File

@ -93,6 +93,7 @@ def _gather_buffer_space():
# Return the higher number between 5% of the system memory and 10MiB
return max([total_mem * 0.05, 10 << 20])
# For the time being this will be a fixed calculation
# TODO: Allow user configuration
_DFLT_IPC_WBUFFER = _gather_buffer_space() * .5