sbt / io

IO module for sbt
Apache License 2.0
41 stars 50 forks source link

Relax anti-entropy quarantine constraint #299

Closed eatkins closed 4 years ago

eatkins commented 4 years ago

In sbt scripted tests, it was possible for files to trigger a few times with the same timestamp which would cause the anti entropy file event monitor to drop the event even if the anti-entropy period was set to zero. This could be worked around with a negative anti-entropy period, but this seems like a better fix.