Skip to content

Commit 7fa29cb

Browse files
committed
Change default stateless flag to flase in the toolkit.ini to match
existing functionality
1 parent e9cb731 commit 7fa29cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToolkitApi/toolkit.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dataStructureIntegrity = true
6161
arrayIntegrity = true
6262

6363
; stateless mode is default for i5_connect (though automatically overridden if private conns are used)
64-
stateless = true
64+
stateless = false
6565

6666
[transport]
6767
; transport type allows configuration of transport from this INI.

0 commit comments

Comments
 (0)