PragmaTwice commented on code in PR #1684: URL: https://github.com/apache/kvrocks/pull/1684#discussion_r1304333393
########## src/server/server.cc: ########## @@ -63,6 +64,7 @@ Server::Server(engine::Storage *storage, Config *config) // init cursor_dict_ cursor_dict_ = std::make_unique<CursorDictType>(); + crc64_init(); Review Comment: Since it is not related to Server, I think it can be put into the main function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
