-
Notifications
You must be signed in to change notification settings - Fork 6
Document how to speed up your bot in a seperate optimizing page #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
summary:
- you need 's since the ' makes a lot of difference (e.g. its and it's)
- NTP needs capitalization
@@ -0,0 +1,82 @@ | |||
Optimizing | |||
========== | |||
Heres a few tips to make your bot run a tiny bit faster, from most impact to least. The accuracy of the ordering is more of a guess, and depends on your usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heres a few tips to make your bot run a tiny bit faster, from most impact to least. The accuracy of the ordering is more of a guess, and depends on your usage. | |
Here's a few tips to make your bot run a tiny bit faster, from most impact to least. The accuracy of the orderings is more of a guess, and depends on your usage. |
|
||
If it is synchronized, it will show "System clock synchronized: yes" and "NTP service: running" | ||
|
||
If the system clock is not synchronized but the ntp service is running you will have to wait a few minutes for it to sync. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the system clock is not synchronized but the ntp service is running you will have to wait a few minutes for it to sync. | |
If the system clock is not synchronized but the NTP service is running you will have to wait a few minutes for it to sync. |
|
||
If the system clock is not synchronized but the ntp service is running you will have to wait a few minutes for it to sync. | ||
|
||
To enable the ntp service run the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To enable the ntp service run the following command: | |
To enable the NTP service run the following command: |
|
||
If it is synchronized, it will show "System clock synchronized: yes" and "NTP service: running" | ||
|
||
If the system clock is not synchronized but the ntp service is running you will have to wait a few minutes for it to sync. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the system clock is not synchronized but the ntp service is running you will have to wait a few minutes for it to sync. | |
If the system clock is not synchronized but the NTP service is running you will have to wait a few minutes for it to sync. |
|
||
If the system clock is not synchronized but the ntp service is running you will have to wait a few minutes for it to sync. | ||
|
||
To enable the ntp service run the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To enable the ntp service run the following command: | |
To enable the NTP service run the following command: |
Co-authored-by: MaskDuck <it-is@too-obvious-that.maskduck.is-a.dev>
Currently missing