mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 16:37:24 +02:00
config: add idp qps config
This commit is contained in:
parent
045c10edc6
commit
f356ff5581
3 changed files with 22 additions and 1 deletions
|
@ -242,6 +242,7 @@ func TestOptionsFromViper(t *testing.T) {
|
|||
},
|
||||
RefreshDirectoryTimeout: 1 * time.Minute,
|
||||
RefreshDirectoryInterval: 10 * time.Minute,
|
||||
QPS: 1.0,
|
||||
DataBrokerStorageType: "memory",
|
||||
},
|
||||
false},
|
||||
|
@ -259,6 +260,7 @@ func TestOptionsFromViper(t *testing.T) {
|
|||
Headers: map[string]string{},
|
||||
RefreshDirectoryTimeout: 1 * time.Minute,
|
||||
RefreshDirectoryInterval: 10 * time.Minute,
|
||||
QPS: 1.0,
|
||||
DataBrokerStorageType: "memory",
|
||||
},
|
||||
false},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue