Some small fixes
This commit is contained in:
parent
36b0c6f6f0
commit
cb12f5c025
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ Other ways you can get in touch:
|
|||
* XMPP: `king_duckz@jabber.at`
|
||||
* Discord: `DuckZ#0896`
|
||||
|
||||
## Recipies ##
|
||||
## Recipes ##
|
||||
|
||||
This is a collection of tricks, commands and SQL queries that you might find helpful.
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@ inline void TimerOroApi<Op>::fetch_data (oro::SourceFormat store_mode) {
|
|||
head.rate_limit_remaining = 0;
|
||||
head.rate_limit_reset = 600;
|
||||
head.retry_after = 600;
|
||||
std::string server = "forged_header";
|
||||
head.server = "forged_header";
|
||||
set_next_timer(head);
|
||||
this->reset_db_access_time(Op);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue