Skip to content

Commit

Permalink
increase default fullname freshness (#21908)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Jan 6, 2020
1 parent 78d9704 commit 4304ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/teams/constants.go
Expand Up @@ -4,5 +4,5 @@ import "time"

// Default values for the UIDMapper. See comments in libkb/interfaces.go for
// MapUIDsToUsernamePackages
const defaultFullnameFreshness = 10 * time.Minute
const defaultFullnameFreshness = 24 * time.Hour
const defaultNetworkTimeBudget = 0

0 comments on commit 4304ddf

Please sign in to comment.