add available-space to VERSION_DEFAULTS

as per warner's suggestion in https://github.com/warner/tahoe-lafs/pull/4
This commit is contained in:
Leif Ryge 2014-11-22 04:30:02 +00:00 committed by Daira Hopwood
parent 336688165e
commit b9e0d19944

View File

@ -182,6 +182,7 @@ class NativeStorageServer:
"maximum-mutable-share-size": 2*1000*1000*1000, # maximum prior to v1.9.2
"tolerates-immutable-read-overrun": False,
"delete-mutable-shares-with-zero-length-writev": False,
"available-space": None,
},
"application-version": "unknown: no get_version()",
}