Skip to content

Commit

Permalink
Waiting interval set back to 250ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Nov 8, 2018
1 parent a989ab3 commit d34ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cre_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
%% Constant definitions
%%====================================================================

-define( INTERVAL, 5 ).
-define( INTERVAL, 250 ).

%%====================================================================
%% Callback definitions
Expand Down

0 comments on commit d34ec1e

Please sign in to comment.