diff --git a/cmds/modules/api_gateway/main.go b/cmds/modules/api_gateway/main.go index d512e0fab..61df35e90 100644 --- a/cmds/modules/api_gateway/main.go +++ b/cmds/modules/api_gateway/main.go @@ -189,7 +189,7 @@ func action(cli *cli.Context) error { router.Serve, peer.WithKeyType(peer.KeyTypeEd25519), peer.WithRelay(updatedRelayURLs...), - peer.WithInMemoryExpiration(6*60*60), // 6 hours + peer.WithInMemoryExpiration(6*60), // 1 hours ) if err != nil { if cancel != nil {