Skip to content

Commit

Permalink
daemon feature example
Browse files Browse the repository at this point in the history
  • Loading branch information
Taymindis committed Jan 15, 2019
1 parent c8ca725 commit 042b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/profile_service.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int ffunc_main(int argc, char *argv[], ffunc_config_t *ffunc_conf) {
ffunc_conf->sock_port = 2005;
ffunc_conf->backlog = 160;
ffunc_conf->max_thread = 64;
// ffunc_conf->daemon = 1;
// ffunc_conf->daemon = 1; uncomment if you want to run as daemon
ffunc_parse_function(ffunc_conf, "getProfile", "postError", "postProfile");
return 0;
}
Expand Down

0 comments on commit 042b1c2

Please sign in to comment.