We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa2c15 commit e666a1fCopy full SHA for e666a1f
BUILD.osiris
@@ -2,7 +2,8 @@ load("@bazel-erlang//:bazel_erlang_lib.bzl", "erlang_lib")
2
3
APP_ENV = """[
4
{data_dir, "/tmp/osiris"},
5
- {port_range, {6000, 6500}}
+ {port_range, {6000, 6500}},
6
+ {max_segment_size_chunks, 256000}
7
]"""
8
9
DEPS = [
0 commit comments