I've been having issues with files locking up permanently, and there's an FAQ entry describing a workaround. The problem keeps coming up though and they suggest using a Redis cache for file locking instead of the default database method.
Maybe it's a good idea to install Redis and use it for file locking and even replace APCu to keep the dependencies to a minimum.
I've been having issues with files locking up permanently, and there's an FAQ entry describing a workaround. The problem keeps coming up though and they suggest using a Redis cache for file locking instead of the default database method.
Maybe it's a good idea to install Redis and use it for file locking and even replace APCu to keep the dependencies to a minimum.