Skip to content

Commit

Permalink
Merge pull request #18 from ATOR-Development/development
Browse files Browse the repository at this point in the history
Development to main
  • Loading branch information
yumirkov committed Jul 12, 2024
2 parents 4947abc + 7620f38 commit a5bd169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docker/scanner/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ crontab -l | { cat; echo "35 0 * * * /usr/local/bin/sbws -c /root/.sbws.ini cle

service cron start

chmod -R 644 /root/.sbws/v3bw

sbws scanner
4 changes: 2 additions & 2 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ job "sbws-stage" {
}

resources {
cpu = 256
memory = 128
cpu = 512
memory = 1024
}

template {
Expand Down
2 changes: 1 addition & 1 deletion sbws/lib/v3bwfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ def read_number_consensus_relays(consensus_path):
"percentage of measured relays because the cached "
"consensus file is not found."
)
log.debug("Number of relays in the network %s", num)
log.info("Number of relays in the network %s", num)
return num

@staticmethod
Expand Down

0 comments on commit a5bd169

Please sign in to comment.