Files
scylladb/gms
Asias He 74b281b92a gossip: Fix QUARANTINE_DELAY initialization
Dependencies between static variables don't work if they're in different
translation units.

I see in gossiper's constructor, QUARANTINE_DELAY is still 0.

Make it a function. It is nicer to make it inline, but I don't want to
pull storage_service.hh into gossiper.hh.
2015-07-27 11:29:13 +03:00
..