Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Dec 12, 2024
1 parent 189df3c commit 514e649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ int main(int argc, char *argv[])
config.attr_timeout = DEFAULT_ATTR_TIMEOUT;

config.max_threads = DEFAULT_MAX_THREADS;
config.max_idle_threads = UINT_MAX;
config.idle_threads = UINT_MAX;

config.uid = getuid(); /* current user */
config.gid = getgid(); /* current group */
Expand Down

0 comments on commit 514e649

Please sign in to comment.