switch to holding region files open
This commit is contained in:
parent
e0ef5fbb75
commit
1bb6b6d7cf
@ -2130,7 +2130,7 @@ def notclosing(f):
|
|||||||
yield f;
|
yield f;
|
||||||
|
|
||||||
class MCRegionFile(object):
|
class MCRegionFile(object):
|
||||||
holdFileOpen = False #if False, reopens and recloses the file on each access
|
holdFileOpen = True #if False, reopens and recloses the file on each access
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user