~beanstalkd/beanstalkd/trunk

« back to all changes in this revision

Viewing changes to doc/protocol.en-US.md

  • Committer: Keith Rarick
  • Author(s): Danny Guinther
  • Date: 2016-04-04 01:02:28 UTC
  • Revision ID: git-v1:2279f1815d33d1eddacbaaca0b09384c4c50c1f6
Increase LINE_BUF_SIZE to handle longest possible command

Show diffs side-by-side

added added

removed removed

Lines of Context:
590
590
##### `pause-tube` options
591
591
 
592
592
* `<tube>` is the tube to pause
593
 
* `<delay>` is an integer number of seconds to wait before reserving any more jobs from the queue
 
593
* `<delay>` is an integer number of seconds < 2**32 to wait before reserving any more jobs from the queue
594
594
 
595
595
##### `pause-tube` responses
596
596