Files
scylladb/core
Gleb Natapov 89763c95c9 core: optimise timer completions vs periodic timers
The way periodic timers are rearmed during timer completion causes
timer_settime() to be called twice for each periodic timer completion:
once during rearm and second time by enable_fn(). Fix it by providing
another function that only re-adds timer into timers container, but do
not call timer_settime().
2015-01-29 12:43:28 +02:00
..
2014-10-22 16:37:36 +03:00
2014-10-05 19:58:12 +03:00
2015-01-13 19:08:48 +02:00
2015-01-15 18:22:07 +02:00
2015-01-25 14:48:30 +02:00
2014-11-05 11:35:50 +02:00
2014-10-30 14:08:23 +02:00
2014-10-21 16:58:35 +02:00