Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Ranjan committed Jun 24, 2015
1 parent 6892b9c commit 183ba96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Add following arguments to the server
| Property | Value | Default |
| --------------------------------- | --------------------------------------------------------------------------------- | ------- |
| `analytics.token` | Mashape Analytics Access Token | `-` |
| `analytics.socket.min` | Minimum number of threads/sockets to opened for connection to analytics server | `10` |
| `analytics.socket.max` | Maximum number of threads/sockets allowed to live in pool | `20` |
| `analytics.socket.min` | Minimum number of threads/sockets to opened for connection to analytics server | `2` |
| `analytics.socket.max` | Maximum number of threads/sockets allowed to live in pool | `4` |
| `analytics.socket.keepalivetime` | When the number of threads are greater than the min, this is the maximum time that excess idle threads will wait for new tasks before terminating | `-` |
| `analytics.queue.size` | Size of the queue for holding the tasks of transferring data to analytics server | `100` |
| `analytics.queue.size` | Size of the queue for holding the tasks of transferring data to analytics server | `5000` |
| `analytics.enabled.flag` | Set to `true` to enable analytics | `-` |
| `analytics.environment` | Server environment name | `""` |

Expand Down

0 comments on commit 183ba96

Please sign in to comment.