File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "VaultIdentifierKeySizeLimit" : " 64b" ,
1414 "VaultIdentifierOwnerSizeLimit" : " 64b" ,
1515 "VaultIdentifierNamespaceSizeLimit" : " 64b" ,
16- "VaultPluginBatchSizeLimit" : " 10 " ,
16+ "VaultPluginBatchSizeLimit" : " 1 " ,
1717 "VaultRequestBatchSizeLimit" : " 10" ,
1818 "VaultMaxQuerySizeLimit" : " 102.4kb" ,
1919 "VaultMaxObservationSizeLimit" : " 512kb" ,
129129 "FeatureMultiTriggerExecutionIDsActiveAt" : " 2100-01-01 00:00:00 +0000 UTC" ,
130130 "FeatureMultiTriggerExecutionIDsActivePeriod" : " [2100-01-01 00:00:00 +0000 UTC,2101-01-01 00:00:00 +0000 UTC]"
131131 }
132- }
132+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ VaultShareSizeLimit = '600b'
1212VaultIdentifierKeySizeLimit = ' 64b'
1313VaultIdentifierOwnerSizeLimit = ' 64b'
1414VaultIdentifierNamespaceSizeLimit = ' 64b'
15- VaultPluginBatchSizeLimit = ' 10 '
15+ VaultPluginBatchSizeLimit = ' 1 '
1616VaultRequestBatchSizeLimit = ' 10'
1717VaultMaxQuerySizeLimit = ' 102.4kb'
1818VaultMaxObservationSizeLimit = ' 512kb'
Original file line number Diff line number Diff line change @@ -69,7 +69,11 @@ var Default = Schema{
6969 VaultIdentifierKeySizeLimit : Size (64 * config .Byte ),
7070 VaultIdentifierOwnerSizeLimit : Size (64 * config .Byte ),
7171 VaultIdentifierNamespaceSizeLimit : Size (64 * config .Byte ),
72+ << << << < HEAD
7273 VaultPluginBatchSizeLimit : Int (10 ),
74+ == == == =
75+ VaultPluginBatchSizeLimit : Int (1 ),
76+ >> >> >> > 0 a629e65 (Reduce Vault batch size )
7377 VaultRequestBatchSizeLimit : Int (10 ),
7478 VaultShareSizeLimit : Size (600 * config .Byte ),
7579
You can’t perform that action at this time.
0 commit comments