diff options
-rwxr-xr-x | plugins/shop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shop.py b/plugins/shop.py index 8c234fe..828c7ea 100755 --- a/plugins/shop.py +++ b/plugins/shop.py @@ -31,7 +31,7 @@ PLUGIN = { shoplog = logging.getLogger('ManaChat.Shop') trade_timeout = 60 -time_sleep = 1 +time_sleep = 10 # default = 10 # Use at your own risk if you think the default value is too slow. # 0 works too. |