Skip to content

Commit

Permalink
Change branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Nov 14, 2023
1 parent 8c87b8a commit 8decdb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ pub const RECONCILE_FREQUENCY: u64 = 10;
pub const OPERATOR_ENVIRONMENT: &str = "OPERATOR_ENVIRONMENT";
pub const OPERATOR_FINALIZER: &str = "hoprds.hoprnet.org/finalizer";
pub const OPERATOR_JOB_TIMEOUT: u64 = 300;
pub const OPERATOR_JOB_SCRIPT_URL: &str =
"https://raw.githubusercontent.com/hoprnet/hoprd-operator/ausias/refactor-operator/scripts";
pub const OPERATOR_JOB_SCRIPT_URL: &str ="https://raw.githubusercontent.com/hoprnet/hoprd-operator/master/scripts";
// This value `OPERATOR_NODE_SYNC_TIMEOUT` should be lower than 295
pub const OPERATOR_NODE_SYNC_TIMEOUT: u32 = 290;
pub const OPERATOR_P2P_MIN_PORT: &str = "9000";
Expand Down

0 comments on commit 8decdb0

Please sign in to comment.