File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import https from "https";
44import http from "http" ;
55import { pipeline } from "stream/promises" ;
66
7- const PROVER_VERSION = "1.0.1 " ;
7+ const PROVER_VERSION = "1.0.2 " ;
88const GITHUB_RELEASES_BASE_URL = `https://github.com/Lightprotocol/light-protocol/releases/download/light-prover-v${ PROVER_VERSION } ` ;
99
1010interface DownloadOptions {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ use crate::{
2121const MAX_RETRIES : u32 = 10 ;
2222const BASE_RETRY_DELAY_SECS : u64 = 1 ;
2323const DEFAULT_POLLING_INTERVAL_SECS : u64 = 1 ;
24- const DEFAULT_MAX_WAIT_TIME_SECS : u64 = 900 ;
24+ const DEFAULT_MAX_WAIT_TIME_SECS : u64 = 600 ;
2525const DEFAULT_LOCAL_SERVER : & str = "http://localhost:3001" ;
2626
2727#[ derive( Debug , Deserialize ) ]
You can’t perform that action at this time.
0 commit comments