mirror of
https://github.com/bugsink/bugsink.git
synced 2026-05-06 15:00:22 -05:00
4a73880ea7
As implied by this comment: > this implementation is not supposed to be bullet-proof for race conditions (nor is it cross-platform)... it's > just a small check to prevent the regularly occurring cases: > * starting a second runsnappea in development > * running 2 separate instances of bugsink on a single machine without properly distinguishing them but this "small check" gets in the way sometimes, so it's better to be able to turn it off. See #99