Skip to content

Commit 042b1c2

Browse files
committed
daemon feature example
1 parent c8ca725 commit 042b1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/profile_service.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int ffunc_main(int argc, char *argv[], ffunc_config_t *ffunc_conf) {
4242
ffunc_conf->sock_port = 2005;
4343
ffunc_conf->backlog = 160;
4444
ffunc_conf->max_thread = 64;
45-
// ffunc_conf->daemon = 1;
45+
// ffunc_conf->daemon = 1; uncomment if you want to run as daemon
4646
ffunc_parse_function(ffunc_conf, "getProfile", "postError", "postProfile");
4747
return 0;
4848
}

0 commit comments

Comments
 (0)