google-nomulus/java/google/registry/proxy
jianglai f96a0b7da9 Reduce OAuth token cache time to 30min
It seems that even though the token is supposed to be valid for 60min, in
practice it expires before that. Reducing caching time to 30min solves the
problem (at least as far as I can tell). This should not increase too much load
as we are only calling the API twice an hour instead of once.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=186830395
2018-03-06 18:54:20 -05:00
..
config Reduce OAuth token cache time to 30min 2018-03-06 18:54:20 -05:00
handler Register quota metrics in GCP proxy 2018-02-20 15:39:15 -05:00
metric Register quota metrics in GCP proxy 2018-02-20 15:39:15 -05:00
quota Add QuotaHandler to GCP proxy 2018-02-20 15:36:23 -05:00
resources Open source GCP proxy 2017-11-21 19:19:03 -05:00
BUILD Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
build_image.sh Containerize GCP proxy 2018-02-20 15:56:13 -05:00
CertificateModule.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
Dockerfile Containerize GCP proxy 2018-02-20 15:56:13 -05:00
EppProtocolModule.java Add QuotaHandler to GCP proxy 2018-02-20 15:36:23 -05:00
HealthCheckProtocolModule.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
HttpsRelayProtocolModule.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
MetricsModule.java Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
Protocol.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
ProxyConfig.java Add ability to configure proxy quotas 2017-12-13 12:43:45 -05:00
ProxyModule.java Add QuotaHandler to GCP proxy 2018-02-20 15:36:23 -05:00
ProxyServer.java Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
WhoisProtocolModule.java Add QuotaHandler to GCP proxy 2018-02-20 15:36:23 -05:00