forked from farhoodlabs/paperclip
82e40fb370
The mutex already serializes all writes, so the PID-based temp name is unnecessary. A fixed suffix matches writeStore and avoids orphaned temp files after a crash (a restarted process picks a new PID). Co-Authored-By: Paperclip <noreply@paperclip.ing>