diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-07 23:24:13 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-07 23:24:13 +0100 |
commit | 23b49f52109942bd8cc121818d054ea134c63e64 (patch) | |
tree | 193aaf84974df54bb744dab26272bb7086000252 /module | |
parent | Merge pull request #1146 from zapp-brannigan/patch-2 (diff) | |
download | pyload-23b49f52109942bd8cc121818d054ea134c63e64.tar.xz |
[RestartSlow] Bump up version
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/RestartSlow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/RestartSlow.py b/module/plugins/hooks/RestartSlow.py index 9a0b43b1a..c3e1e5468 100644 --- a/module/plugins/hooks/RestartSlow.py +++ b/module/plugins/hooks/RestartSlow.py @@ -8,7 +8,7 @@ from module.plugins.Hook import Hook class RestartSlow(Hook): __name__ = "RestartSlow" __type__ = "hook" - __version__ = "0.03" + __version__ = "0.04" __config__ = [("free_limit" , "int" , "Transfer speed threshold in kilobytes" , 100 ), ("free_time" , "int" , "Sample interval in minutes" , 5 ), |