paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 164 forks source link

fix: set timer.stopped to false by default #118

Open rfyiamcool opened 1 year ago

rfyiamcool commented 1 year ago

change

  1. set timer.stopped to false by default.
  2. remove stop() when new timer object.
NeetishPathak commented 1 year ago

Make the changes in dev branch and raise a PR against dev

rfyiamcool commented 1 year ago

Make the changes in dev branch and raise a PR against dev

done