mirror of
https://github.com/bitwarden/server.git
synced 2024-11-28 13:15:12 +01:00
increase timeout for user delete sproc
This commit is contained in:
parent
a5718a1843
commit
31c3835dd3
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user