Skip to content

Commit

Permalink
Merge pull request #554 from fomars/release
Browse files Browse the repository at this point in the history
Release upd: phantom.use_caching docs
  • Loading branch information
fomars committed Apr 5, 2018
2 parents f4b081c + be6d705 commit b0c5e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ Phantom

``use_caching`` (boolean)
-------------------------
*\- Enable stpd\-file caching. Default:* ``True``
*\- Enable stpd\-file caching for similar tests. Set false to reload ammo file and generate new stpd. Default:* ``True``

``writelog`` (string)
---------------------
Expand Down
2 changes: 1 addition & 1 deletion yandextank/plugins/Phantom/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
}
},
'use_caching': {
'description': 'Enable stpd-file caching.',
'description': 'Enable stpd-file caching for similar tests. Set false to reload ammo file and generate new stpd',
'type': 'boolean',
'default': True
},
Expand Down

0 comments on commit b0c5e40

Please sign in to comment.