Enabling microprofile webserver and adding a timeout.
This commit is contained in:
@@ -13,10 +13,14 @@
|
||||
#define MICROPROFILEUI_ENABLED 1
|
||||
#define MICROPROFILE_IMPL 1
|
||||
#define MICROPROFILEUI_IMPL 1
|
||||
#define MICROPROFILE_PER_THREAD_BUFFER_SIZE (1024 * 1024 * 10)
|
||||
#define MICROPROFILE_USE_THREAD_NAME_CALLBACK 1
|
||||
#define MICROPROFILE_PRINTF PLOGI
|
||||
#define MICROPROFILE_WEBSERVER 0
|
||||
#define MICROPROFILE_WEBSERVER 1
|
||||
#define MICROPROFILE_DEBUG 0
|
||||
#if MICROPROFILE_WEBSERVER
|
||||
#include <winsock.h>
|
||||
#endif // MICROPROFILE_WEBSERVER
|
||||
#include <microprofile/microprofile.h>
|
||||
#include <microprofile/microprofileui.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user