We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a30ba commit f02e667Copy full SHA for f02e667
lib/inc/sai_redis.h
@@ -5,7 +5,6 @@
5
#include <set>
6
#include <unordered_map>
7
8
-//#include "stdint.h"
9
#include <stdio.h>
10
11
extern "C" {
@@ -23,9 +22,9 @@ extern "C" {
23
22
#include "swss/logger.h"
24
#include "meta/sai_meta.h"
25
26
-// if we don't receive response from syncd in 60 seconds
+// if we don't receive response from syncd in 6*60 seconds
27
// there is something wrong and we should fail
28
-#define GET_RESPONSE_TIMEOUT (60*1000)
+#define GET_RESPONSE_TIMEOUT (6*60*1000)
29
30
extern volatile bool g_record;
31
extern void setRecording(bool record);
0 commit comments