You've already forked AstralRinth
forked from didirus/AstralRinth
Add logging and change limit of Mural payouts task (#4798)
This commit is contained in:
@@ -197,7 +197,8 @@ pub async fn payouts(
|
||||
}
|
||||
|
||||
pub async fn sync_payout_statuses(pool: sqlx::Pool<Postgres>, mural: MuralPay) {
|
||||
const LIMIT: u32 = 1000;
|
||||
// Mural sets a max limit of 100 for search payouts endpoint
|
||||
const LIMIT: u32 = 100;
|
||||
|
||||
info!("Started syncing payout statuses");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user