Skip to content

Commit

Permalink
fix: temporarily remove plasma auto startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Depetrol committed Jul 5, 2024
1 parent 94079c7 commit 9e279fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private String getSetupCode() {
"# Set a trap to kill all background jobs on error or control-C",
"# Use two distinct traps so we can see which signal causes this.",
"cleanup() {",
" tmux kill-session -t plasma",
// " tmux kill-session -t plasma",
" if [ \"$EXITED_SUCCESSFULLY\" = true ] ; then",
" exit 0",
" else",
Expand All @@ -294,7 +294,7 @@ private String getSetupCode() {
"}",
"",
"trap 'cleanup; exit' EXIT",
"tmux new -d -s plasma plasma_store -m 4000000000 -s /tmp/plasma",
// "tmux new -d -s plasma plasma_store -m 4000000000 -s /tmp/plasma",
"",
"# Create a random 48-byte text ID for this federation.",
"# The likelihood of two federations having the same ID is 1/16,777,216 (1/2^24).",
Expand Down

0 comments on commit 9e279fa

Please sign in to comment.