Skip to content

Commit

Permalink
add period search server
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sokolovsky committed Jun 15, 2024
1 parent fca53b6 commit 48bf81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pokaz_laflerkinman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ if [ -z "$PERIOD_SEARCH_SERVER" ] || [ "$PERIOD_SEARCH_SERVER" = "none" ];then
# vast.sai.msu.ru disabled until the software is updated there
#PERIOD_SEARCH_SERVERS="scan.sai.msu.ru"
# re-enabling vast.sai.msu.ru as it now runs the current code
PERIOD_SEARCH_SERVERS="scan.sai.msu.ru vast.sai.msu.ru"
#PERIOD_SEARCH_SERVERS="scan.sai.msu.ru vast.sai.msu.ru"
PERIOD_SEARCH_SERVERS="kirx.net/ticaariel scan.sai.msu.ru vast.sai.msu.ru"
else
# PERIOD_SEARCH_SERVER is externally set, but we still want to check if it's rachable
PERIOD_SEARCH_SERVERS="$PERIOD_SEARCH_SERVER"
Expand Down

0 comments on commit 48bf81d

Please sign in to comment.