3198: Initial support appending to streams.
[arvados.git] / sdk / python / arvados / config.py
index a0c3cc64ae1306b16ff65feb5ca9b1b210f47c7d..d293a31b8abf13c061010c4b026112e6a12b4bf1 100644 (file)
@@ -12,6 +12,7 @@ if os.environ.get('HOME') is not None:
 else:
     default_config_file = ''
 
+KEEP_BLOCK_SIZE = 2**26
 EMPTY_BLOCK_LOCATOR = 'd41d8cd98f00b204e9800998ecf8427e+0'
 
 def initialize(config_file=default_config_file):