Add TimerCreators

This commit is contained in:
King_DuckZ 2020-08-12 01:04:28 +01:00
parent 182e2148ac
commit 4dd78099f1

View file

@ -57,6 +57,7 @@ void test(oro::Api* api, oro::OriginsDB* db, std::size_t thread_count) {
auto timer_items = worker.make_timer<TimerItems>(0.5, &pool, api, db);
auto timer_icons = worker.make_timer<TimerIcons>(1.0, &pool, api, db);
auto timer_shops = worker.make_timer<TimerShops>(1.5, &pool, api, db);
auto timer_creat = worker.make_timer<TimerCreators>(2.0, &pool, api, db);
join(pool);
}