feat: authsession service
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package shared
|
||||
|
||||
const (
|
||||
// MaxCompareAndSwapRetries bounds application-level retry loops around
|
||||
// compare-and-swap challenge updates.
|
||||
MaxCompareAndSwapRetries = 3
|
||||
|
||||
// MaxProjectionPublishAttempts bounds synchronous request-path retries
|
||||
// around gateway session projection publication.
|
||||
MaxProjectionPublishAttempts = 3
|
||||
)
|
||||
Reference in New Issue
Block a user