Skip to content

Commit e666a1f

Browse files
HoloRinmichaelklishin
authored andcommitted
Sync osiris make/bazel build
PROJECT_ENV had been updated, but not on the bazel side
1 parent 5aa2c15 commit e666a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILD.osiris

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ load("@bazel-erlang//:bazel_erlang_lib.bzl", "erlang_lib")
22

33
APP_ENV = """[
44
{data_dir, "/tmp/osiris"},
5-
{port_range, {6000, 6500}}
5+
{port_range, {6000, 6500}},
6+
{max_segment_size_chunks, 256000}
67
]"""
78

89
DEPS = [

0 commit comments

Comments
 (0)