Closed ikkez closed 5 years ago
Just for reference: https://github.com/bcosca/fatfree/issues/884 and https://github.com/bcosca/fatfree/issues/1109
The LOCK_EX flag in Base->write is causing issues on google cloud platform and should not be used in such an environment.
LOCK_EX
Base->write
Shall we simply add a HIVE var like LOCK to define the flag's value? Or any better idea?
LOCK
Just for reference: https://github.com/bcosca/fatfree/issues/884 and https://github.com/bcosca/fatfree/issues/1109
The
LOCK_EX
flag inBase->write
is causing issues on google cloud platform and should not be used in such an environment.