Skip to content

Commit

Permalink
TorController: Add duration comment to bootstrapTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Jun 7, 2024
1 parent 4250b76 commit f883565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@Slf4j
public class TorController implements BootstrapEventListener {
private final int bootstrapTimeout;
private final int bootstrapTimeout; // in ms
private final CountDownLatch isBootstrappedCountdownLatch = new CountDownLatch(1);
@Getter
private final Observable<BootstrapEvent> bootstrapEvent = new Observable<>();
Expand Down

0 comments on commit f883565

Please sign in to comment.