Changeset b7ab38bf2df9fb0313f170c5ff925e8408c96f6b
- Timestamp:
- 10/26/09 16:43:17
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1256575397 +0000
- git-parent:
[4a83807dcb26ec0ffc716dacf0a002a30a24c8c7]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1256575397 +0000
- Message:
up the subscriber limit to 256
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4a83807 |
rb7ab38b |
|
| 222 | 222 | noit_log_stream_t ls; |
|---|
| 223 | 223 | const char *logname; |
|---|
| 224 | | char path[PATH_MAX], subscriber[32], *sub; |
|---|
| | 224 | char path[PATH_MAX], subscriber[256], *sub; |
|---|
| 225 | 225 | jcl = ac->service_ctx = noit_jlog_closure_alloc(); |
|---|
| 226 | 226 | if(!noit_hash_retr_str(ac->config, |
|---|