mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
increase timeout for user delete sproc
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Bit.Core.Repositories.SqlServer
|
|||||||
$"[{Schema}].[{Table}_DeleteById]",
|
$"[{Schema}].[{Table}_DeleteById]",
|
||||||
new { Id = user.Id },
|
new { Id = user.Id },
|
||||||
commandType: CommandType.StoredProcedure,
|
commandType: CommandType.StoredProcedure,
|
||||||
commandTimeout: 60);
|
commandTimeout: 180);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user