mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-31 02:10:16 -06:00
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