Remove useless comment
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -14,13 +14,7 @@
|
||||
|
||||
package probod
|
||||
|
||||
// SCIMBridgeConfig contains SCIM bridge configuration.
|
||||
type SCIMBridgeConfig struct {
|
||||
// SyncInterval is the time between sync attempts for each bridge (in seconds).
|
||||
// Default: 900 (15 minutes)
|
||||
SyncInterval int `json:"sync-interval"`
|
||||
|
||||
// PollInterval is the time between polling for bridges to sync (in seconds).
|
||||
// Default: 30
|
||||
PollInterval int `json:"poll-interval"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user