Changeset 9c7a041c2f0b4cc5e850c8cdfb2b4664cb63a2d1
- Timestamp:
- 05/03/09 03:24:11
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1241321051 +0000
- git-parent:
[a3e35d2517223a6ca61f6f09b43a3dd88076899d]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1241321051 +0000
- Message:
refs #117... make sure people riding on the stream can expect data every second
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6210da7 |
r9c7a041 |
|
| 15 | 15 | #include <sys/ioctl.h> |
|---|
| 16 | 16 | #define MAX_ROWS_AT_ONCE 1000 |
|---|
| 17 | | #define DEFAULT_SECONDS_BETWEEN_BATCHES 5 |
|---|
| | 17 | #define DEFAULT_SECONDS_BETWEEN_BATCHES 1 |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | void |
|---|