Skip to content

Commit 4fd7b1c

Browse files
committed
config.h: Enable proxy timeout only on stage1 builds
Signed-off-by: Hector Martin <[email protected]>
1 parent f61e5d4 commit 4fd7b1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
#ifdef RELEASE
2323
# define FB_SILENT_MODE
24-
# define EARLY_PROXY_TIMEOUT 5
24+
# ifdef CHAINLOADING
25+
# define EARLY_PROXY_TIMEOUT 5
26+
# endif
2527
#endif
2628

2729
#endif

0 commit comments

Comments
 (0)