Skip to content

Commit fe69d2d

Browse files
committed
Increase cache size
1 parent 9e81bcf commit fe69d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Orm/Internals/CompiledQueryRunner.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private void AllocateParameterAndReplacer()
168168
parameterType.GetProperty(nameof(Parameter<object>.Value), ct),
169169
ct.IsClosure() ? ct.GetFields() : null
170170
);
171-
});
171+
}, 10_000);
172172
MemberExpression closureAccessor = null;
173173
queryParameter = (Parameter) System.Activator.CreateInstance(info.ParameterType, "pClosure");
174174
queryParameterReplacer = new ExtendedExpressionReplacer(expression => {

0 commit comments

Comments
 (0)