Skip to content

Commit

Permalink
Merge branch '342-fix-spaceport' into 'master'
Browse files Browse the repository at this point in the history
Resolve "fix spaceport"

Closes #342

See merge request hercules/hercules!400
  • Loading branch information
petr-stb committed Jun 6, 2022
2 parents a77f41c + c57f2bf commit 71b7364
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public void init() {
" 'chunk_length_in_kb': '64',\n" +
" 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'\n" +
" }\n" +
" AND gc_grace_seconds = 10800\n" +
" AND read_repair_chance = 0.0;"
" AND gc_grace_seconds = 10800;"
);
}
}
Expand Down

0 comments on commit 71b7364

Please sign in to comment.