From 1487f82a5b17cd0ffcc42bf22ac717069b7e3a91 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Fri, 3 Jun 2022 09:40:08 +0200 Subject: [PATCH] Added refresh timer delay in project's limitations Signed-off-by: Louis Vallat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac6ca32..7aebd68 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,5 @@ This project has some limitations right now, and some of them will be fixed: - the program is able to talk to one and only one gitlab API right now - the configuration file has to be in the current working directory - only one page is allowed, but 8 could be leveraged later using the 8 selectors +- the refresh delay is fixed for all threads and is at 2 seconds