Skip to content

Commit

Permalink
Update auth sync time in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Jun 26, 2024
1 parent edda9aa commit 1fc89fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type SecondaryProvider struct {
type auth struct {
Id string `bson:"_id"`
Server string `bson:"server" default:"https://auth.pritunl.com"`
Sync int `bson:"sync" json:"sync" default:"10"`
Sync int `bson:"sync" json:"sync" default:"1800"`
Providers []*Provider `bson:"providers"`
SecondaryProviders []*SecondaryProvider `bson:"secondary_providers"`
FastLogin bool `bson:"fast_login" json:"fast_login"`
Expand Down

0 comments on commit 1fc89fb

Please sign in to comment.