Skip to content

Commit

Permalink
fix: fix core-api cache expire time (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Ya-Jun authored Dec 8, 2023
1 parent cdc7d37 commit 636d348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core-api/pkg/cacheimpls/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
"gateway",
DisableCache,
tracedFuncWrapper("gateway", retrieveGatewayByName),
12*time.Hour,
1*time.Minute,
newRandomDuration(30),
)

Expand Down

0 comments on commit 636d348

Please sign in to comment.