Skip to content

Commit 0477014

Browse files
authored
remove set of max array bytes entirely
1 parent c6f4329 commit 0477014

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/genie_python/genie.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
from genie_python.genie_api_setup import __api as _genie_api
1616

17-
EPICS_CA_MAX_ARRAY_BYTES = "EPICS_CA_MAX_ARRAY_BYTES"
18-
if EPICS_CA_MAX_ARRAY_BYTES not in os.environ:
19-
os.environ[EPICS_CA_MAX_ARRAY_BYTES] = "20000000"
20-
2117
os.environ["FROM_IBEX"] = str(False)
2218

2319
# for user import this functionality so they can do g.adv and g.sim

0 commit comments

Comments
 (0)