Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Apr 8, 2024
1 parent 48863f1 commit ddd4d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/RATE.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void init() throws Exception {
@Override
public void start() throws Exception {
super.start();
f=timer.scheduleWithFixedDelay(task, 1000, interval, TimeUnit.MILLISECONDS, false);
f=timer.scheduleWithFixedDelay(task, interval, interval, TimeUnit.MILLISECONDS, false);
}

@Override
Expand Down

0 comments on commit ddd4d64

Please sign in to comment.