Mercurial > libervia-backend
diff src/plugins/plugin_misc_file.py @ 1647:31b96ac3eec2
core (param), plugin file: set security_limit for acount changes, backend (dis)connection, and put a higher one for file send
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 23 Nov 2015 13:19:42 +0100 |
parents | 7f0c8856e4e1 |
children | 518a42587600 |
line wrap: on
line diff
--- a/src/plugins/plugin_misc_file.py Sun Nov 22 21:25:09 2015 +0100 +++ b/src/plugins/plugin_misc_file.py Mon Nov 23 13:19:42 2015 +0100 @@ -47,7 +47,7 @@ CONFIRM_TITLE = D_(u'Confirm file transfer') CONFIRM_OVERWRITE = D_(u'File {} already exists, are you sure you want to overwrite ?') CONFIRM_OVERWRITE_TITLE = D_(u'File exists') -SECURITY_LIMIT = 10 +SECURITY_LIMIT = 30 PROGRESS_ID_KEY = 'progress_id'