From 4304ddf3c786af11e838faf867601371022f586e Mon Sep 17 00:00:00 2001 From: Mike Maxim Date: Mon, 6 Jan 2020 14:16:28 -0500 Subject: [PATCH] increase default fullname freshness (#21908) --- go/teams/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/teams/constants.go b/go/teams/constants.go index 23ad7cff0380..d8dd541a4ca3 100644 --- a/go/teams/constants.go +++ b/go/teams/constants.go @@ -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