Skip to content

Commit

Permalink
Synchronization code
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNetNext committed Nov 23, 2023
1 parent 0d66b19 commit 7713e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected virtual SqlSugarClient GetContext()
var isAsync = UtilMethods.IsAnyAsyncMethod(methods);
if (methods.Length>=0)
{
foreach (var method in methods.Take(20))
foreach (var method in methods.Take(25))
{
var refType = method.GetMethod()?.ReflectedType;
if (refType != null)
Expand Down

0 comments on commit 7713e42

Please sign in to comment.