send_server_info_to_metaserver() calling timer_read_seconds(last_send_timer) twice
send_server_info_to_metaserver() should use result of the same timer_read_seconds(last_send_timer) call both for checking if METASERVER_MIN_UPDATE_INTERVAL and METASERVER_REFRESH_INTERVAL have passed. No point in getting the time twice.
send_server_info_to_metaserver() should use result of the same timer_read_seconds(last_send_timer) call both for checking if METASERVER_MIN_UPDATE_INTERVAL and METASERVER_REFRESH_INTERVAL have passed. No point in getting the time twice.