go back to not holding files open to avoid having too many files open...?
This commit is contained in:
parent
2a7ae26db3
commit
1112b8b6fa
@ -2131,7 +2131,7 @@ def notclosing(f):
|
||||
yield f;
|
||||
|
||||
class MCRegionFile(object):
|
||||
holdFileOpen = True #if False, reopens and recloses the file on each access
|
||||
holdFileOpen = False #if False, reopens and recloses the file on each access
|
||||
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user