summaryrefslogtreecommitdiff
path: root/src/service/ocsp-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/ocsp-service.h')
-rw-r--r--src/service/ocsp-service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/service/ocsp-service.h b/src/service/ocsp-service.h
index 1f497cc..3016967 100644
--- a/src/service/ocsp-service.h
+++ b/src/service/ocsp-service.h
@@ -28,6 +28,8 @@
namespace CCHECKER {
+const int TIMEOUT_G_SERVICE = 600; // 10 minutes
+
class OcspService : public Service {
public:
OcspService(const std::string &address);