write files incrementally

This commit is contained in:
Brian Gough
2017-08-01 14:35:55 +01:00
parent d5e0ab5a6f
commit 7e1d3d98e7
4 changed files with 44 additions and 3 deletions

View File

@@ -31,6 +31,12 @@ module.exports = RequestParser =
response.check = @_parseAttribute "check",
compile.options.check,
type: "string"
response.incremental = @_parseAttribute "incremental",
compile.options.incremental,
type: "string"
response.state = @_parseAttribute "state",
compile.options.state,
type: "string"
if response.timeout > RequestParser.MAX_TIMEOUT
response.timeout = RequestParser.MAX_TIMEOUT