Navigation Menu

Skip to content

Commit

Permalink
Reduce needless indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent a01acee commit 3c0e43f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/text/news.md
Expand Up @@ -9,9 +9,9 @@
Required fields of request messages are automatically completed by default.
* `#@enable_validation` and `#@disable_validation` controls validation of request messages.
Messages are validated by default.
* `#@subscribe-until` directive, for subscription type commands like `dump`.
You can unsubscribe the next request following to the directive automatically with given timeout, like:
`#@subscribe-until 10s`
* `#@subscribe-until` directive, for subscription type commands like `dump`.
You can unsubscribe the next request following to the directive automatically with given timeout, like:
`#@subscribe-until 10s`
* A `NO RESPONSE` result is now returned immediately, for a stalled engine process.
* Invalid format responses for Groonga commands are now ignored.

Expand Down

0 comments on commit 3c0e43f

Please sign in to comment.