db/update/Service: convert const to constexpr
This commit is contained in:
parent
3146bf51e6
commit
099455db25
|
@ -44,7 +44,7 @@ class UpdateService final : DeferredMonitor {
|
|||
|
||||
Thread update_thread;
|
||||
|
||||
static const unsigned update_task_id_max = 1 << 15;
|
||||
static constexpr unsigned update_task_id_max = 1 << 15;
|
||||
|
||||
unsigned update_task_id;
|
||||
|
||||
|
|
Loading…
Reference in New Issue