We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need less to say, erlang:now is slow.
[kanno@leofs11 leofs]$ find deps/leo_* -type f|xargs grep erlang:now deps/leo_gateway/src/leo_gateway_rpc_handler.erl: {_,_,NowPart} = erlang:now(),
We will fix the above part.
The text was updated successfully, but these errors were encountered:
I've found 4 lines as below:
%% leo_gateway: leo_gateway/src/leo_gateway_rpc_handler.erl:223: {_,_,NowPart} = erlang:now(), %% leo_logger: leo_logger/src/leo_logger_appender_file.erl:52: {{Y, M, D}, {H, _, _}} = calendar:now_to_local_time(now()), leo_logger/src/leo_logger_server.erl:300: {{Y, M, D}, {H, _, _}} = calendar:now_to_local_time(now()), leo_logger/src/leo_logger_server.erl:320: {{Y, M, D}, {H, _, _}} = calendar:now_to_local_time(now()),
Sorry, something went wrong.
@yosukehara thx!
Fixed with below two commits. leo-project/leo_gateway@5f4d1cb leo-project/leo_logger@9e7a30d
Fix leo-project/leofs/issues/360
d237636
mocchira
No branches or pull requests
Need less to say, erlang:now is slow.
We will fix the above part.
The text was updated successfully, but these errors were encountered: