Skip to content

Commit 77d4020

Browse files
committed
fix a typo leading to a compilation error
1 parent f826e44 commit 77d4020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dt/http-api.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ namespace daedalus_turbo::http_api {
108108
};
109109

110110
const std::string _db_dir, _idx_dir, _host;
111-
scheduler sched { std::max(scheduler::default_worker_count() - 1, static_cast<size_t>(1)) };
111+
scheduler _sched { std::max(scheduler::default_worker_count() - 1, static_cast<size_t>(1)) };
112112
indexer::indexer_map _indexers {};
113113
std::unique_ptr<indexer::incremental> _cr {};
114114
std::unique_ptr<reconstructor> _reconst {};

0 commit comments

Comments
 (0)