Skip to content

Commit

Permalink
Update users.py (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowlee committed Mar 19, 2021
1 parent f38bf03 commit 20c0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-provider/src/api/v1/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ class AssociatedWalletByUserId(Resource):
}
)
@ns.marshal_with(user_associated_wallet_response)
@cache(ttl_sec=1)
@cache(ttl_sec=10)
def get(self):
args = user_associated_wallet_route_parser.parse_args()
user_id = get_associated_user_id({ "wallet" :args.get('associated_wallet') })
Expand Down

0 comments on commit 20c0611

Please sign in to comment.