Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Increasing reconnect time.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 21, 2018
1 parent 677b4e3 commit bed64d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/components/poll/poll.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class PollComponent implements OnInit {
public isLoading: boolean = false;
private initEditing: boolean = false;

private reconnnectTimeWaitMS: number = 5000;
private reconnnectTimeWaitMS: number = 60000;

@ViewChild('reconnectModal') private reconnectModal: ModalDirective;

Expand Down

0 comments on commit bed64d4

Please sign in to comment.