File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -869,9 +869,12 @@ pub static FUNRUN_SCHEDULER_MAX_PERCENT_PER_CLIENT: LazyLock<usize> =
869869/// Name of the service to discover for when connecting to Funrun (e.g.
870870/// funrun-default, funrun-staging, etc.)
871871pub static FUNRUN_CLUSTER_NAME : LazyLock < String > =
872- LazyLock :: new ( || env_config ( "FUNRUN_CLUSTER_NAME" , String :: from ( "funrun" ) ) ) ;
872+ LazyLock :: new ( || env_config ( "FUNRUN_CLUSTER_NAME" , String :: from ( "funrun-default " ) ) ) ;
873873
874- /// Name of the service to discover for when connecting to Searchlight.
874+ /// Name of the service to discover for when connecting to Searchlight. (e.g.
875+ /// searchlight-default, searchlight-staging, etc.)
876+ // TODO(CX-6645): Change the default value to searchlight-default after that
877+ // cluster is created.
875878pub static SEARCHLIGHT_CLUSTER_NAME : LazyLock < String > =
876879 LazyLock :: new ( || env_config ( "SEARCHLIGHT_CLUSTER_NAME" , String :: from ( "searchlight" ) ) ) ;
877880
You can’t perform that action at this time.
0 commit comments