Commit 1c48944a by willmcgugan

meta tweak

parent f92af63f
...@@ -80,7 +80,7 @@ class TahoeFS(CacheFS): ...@@ -80,7 +80,7 @@ class TahoeFS(CacheFS):
'read_only' : False, 'read_only' : False,
'unicode_paths' : True, 'unicode_paths' : True,
'case_insensitive_paths' : False, 'case_insensitive_paths' : False,
'may_block' : False 'may_block' : True
} }
def __init__(self, dircap, timeout=60, autorun=True, largefilesize=10*1024*1024, webapi='http://127.0.0.1:3456'): def __init__(self, dircap, timeout=60, autorun=True, largefilesize=10*1024*1024, webapi='http://127.0.0.1:3456'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment