File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
test/KurrentDB.Client.Tests.Common Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ public static KurrentDBFixtureOptions DefaultOptions() {
8181 [ "EVENTSTORE_RUN_PROJECTIONS" ] = "All" ,
8282 [ "EVENTSTORE_CHUNK_SIZE" ] = ( 1024 * 1024 * 1024 ) . ToString ( ) ,
8383 [ "EVENTSTORE_MAX_APPEND_SIZE" ] = 100 . Kilobytes ( ) . Bytes . ToString ( CultureInfo . InvariantCulture ) ,
84+ [ "EVENTSTORE_MAX_APPEND_EVENT_SIZE" ] = 100 . Kilobytes ( ) . Bytes . ToString ( CultureInfo . InvariantCulture ) ,
8485 [ "EVENTSTORE_ADVERTISE_NODE_PORT_TO_CLIENT_AS" ] = $ "{ NetworkPortProvider . DefaultEsdbPort } "
8586 } ;
8687
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ public static KurrentDBFixtureOptions DefaultOptions() {
7979 [ "EVENTSTORE_DISABLE_LOG_FILE" ] = "true" ,
8080 [ "EVENTSTORE_CHUNK_SIZE" ] = ( 1024 * 1024 * 1024 ) . ToString ( ) ,
8181 [ "EVENTSTORE_MAX_APPEND_SIZE" ] = 100 . Kilobytes ( ) . Bytes . ToString ( CultureInfo . InvariantCulture ) ,
82+ [ "EVENTSTORE_MAX_APPEND_EVENT_SIZE" ] = 100 . Kilobytes ( ) . Bytes . ToString ( CultureInfo . InvariantCulture ) ,
8283 [ "EVENTSTORE_ADVERTISE_HTTP_PORT_TO_CLIENT_AS" ] = $ "{ NetworkPortProvider . DefaultEsdbPort } "
8384 } ;
8485
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ EVENTSTORE_STREAM_EXISTENCE_FILTER_SIZE=10000
1010EVENTSTORE_DB_LOG_FORMAT
1111EVENTSTORE_LOG_LEVEL
1212EVENTSTORE_MAX_APPEND_SIZE
13+ EVENTSTORE_MAX_APPEND_EVENT_SIZE
1314EVENTSTORE_MEM_DB
1415EVENTSTORE_RUN_PROJECTIONS
1516EVENTSTORE_START_STANDARD_PROJECTIONS
You can’t perform that action at this time.
0 commit comments