Skip to content

Commit

Permalink
style: use ServerAliveInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Jul 14, 2023
1 parent 24cc0a6 commit 3cffc4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ nersc-mongo-tunnels:
ssh -L27072:mongo-loadbalancer.nmdc.production.svc.spin.nersc.org:27017 \
-L28082:mongo-loadbalancer.nmdc-dev.development.svc.spin.nersc.org:27017 \
-L27092:mongo-loadbalancer.nmdc-dev.production.svc.spin.nersc.org:27017 \
dtn02.nersc.gov '/bin/bash -c "while [[ 1 ]]; do echo heartbeat; sleep 300; done"'
-o ServerAliveInterval=60 \
dtn02.nersc.gov

mongorestore-nmdcdb-lite-archive:
wget https://portal.nersc.gov/project/m3408/meta/mongodumps/nmdcdb.lite.archive.gz
Expand Down

0 comments on commit 3cffc4f

Please sign in to comment.