From db15c2abc69a56378956229320635ed3f9907474 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Wed, 27 Apr 2016 13:38:59 +0800 Subject: [PATCH] add timeout for notification in registry --- Deploy/templates/registry/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploy/templates/registry/config.yml b/Deploy/templates/registry/config.yml index a1b19a8ed..999488a95 100644 --- a/Deploy/templates/registry/config.yml +++ b/Deploy/templates/registry/config.yml @@ -30,6 +30,6 @@ notifications: - name: harbor disabled: false url: http://ui/service/notifications - timeout: 500 + timeout: 500ms threshold: 5 - backoff: 1000 + backoff: 1s