We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ca725 commit 042b1c2Copy full SHA for 042b1c2
examples/profile_service.c
@@ -42,7 +42,7 @@ int ffunc_main(int argc, char *argv[], ffunc_config_t *ffunc_conf) {
42
ffunc_conf->sock_port = 2005;
43
ffunc_conf->backlog = 160;
44
ffunc_conf->max_thread = 64;
45
- // ffunc_conf->daemon = 1;
+ // ffunc_conf->daemon = 1; uncomment if you want to run as daemon
46
ffunc_parse_function(ffunc_conf, "getProfile", "postError", "postProfile");
47
return 0;
48
}
0 commit comments