Skip to content

Commit

Permalink
Merge pull request #866 from fengzeroz/v2.2
Browse files Browse the repository at this point in the history
chore(adapter): update timestamp every 10ms
  • Loading branch information
fengzeroz authored Oct 26, 2022
2 parents 538f59a + e26bb68 commit 77ce24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter/adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ neu_adapter_t *neu_adapter_create(neu_adapter_info_t *info)
neu_event_io_param_t param = { 0 };
neu_event_timer_param_t timer_param = {
.second = 0,
.millisecond = 100,
.millisecond = 10,
.cb = update_timestamp,
};

Expand Down

0 comments on commit 77ce24a

Please sign in to comment.