This website works better with JavaScript.
Explore
Help
Sign In
filesite
/
machete
Watch
1
Star
1
Fork
You've already forked machete
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
change main bot exec frequence to 60 seconds
master
filesite
2 weeks ago
parent
e2ba8fc6f5
commit
b2a5b3e5ee
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
themes/beauty/controller/CommandController.php
2
themes/beauty/controller/CommandController.php
Unescape
Escape
View File
@ -149,7 +149,7 @@ eof;
}
}
}
}
sleep(
5);
sleep(
60); //1分钟尝试一次
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
filesite/machete
Title
Body
Create Issue