Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jan 23, 2013
1 parent 699e002 commit ed6735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/clients.md
Expand Up @@ -65,7 +65,7 @@ is logged at startup as in the following example:

```
$ ./redis-server --maxclients 100000
[41422] 23 Jan 11:28:33.179 # Unable to set the max number of files limit to 10000032 (Invalid argument), setting the max clients configuration to 10112.
[41422] 23 Jan 11:28:33.179 # Unable to set the max number of files limit to 100032 (Invalid argument), setting the max clients configuration to 10112.
```

When Redis is configured in order to handle a specific number of clients it
Expand Down

0 comments on commit ed6735b

Please sign in to comment.