Add note about paste and preload for reloader

This commit is contained in:
Randall Leeds 2014-01-29 14:34:00 -08:00
parent e106bf82a8
commit e41e920a7c

View File

@ -718,6 +718,10 @@ class Reload(Setting):
This setting is intended for development. It will cause workers to be
restarted whenever application code changes.
The reloader is incompatible with application preloading. When using a
paste configuration be sure that the server block does not import any
application code or the reload will not work as designed.
'''