Skip to content

Commit

Permalink
Remove generated protobuf classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 4, 2024
1 parent 23cf595 commit f3da42f
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 8,260 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import io.libp2p.core.multistream.*;
import io.libp2p.etc.util.netty.*;
import io.libp2p.protocol.*;
import io.libp2p.protocol.circuit.crypto.pb.*;
import crypto.pb.*;
import io.libp2p.protocol.circuit.pb.*;
import io.netty.buffer.*;
import io.netty.channel.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public boolean handles(@NotNull Multiaddr multiaddr) {
public void initialize() {
stop.setTransport(this);
// find relays and connect and reserve
runner.scheduleAtFixedRate(this::ensureEnoughCurrentRelays, 2 * 60, 0, TimeUnit.SECONDS);
runner.scheduleAtFixedRate(this::ensureEnoughCurrentRelays, 0, 2 * 60, TimeUnit.SECONDS);
}

public void ensureEnoughCurrentRelays() {
Expand Down
Loading

0 comments on commit f3da42f

Please sign in to comment.