Skip to content

Commit

Permalink
chore: reduce the time between fetching gacha records
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Jan 28, 2024
1 parent 98f0e24 commit de4882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/gacha/declare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub trait GachaRecordFetcherChannel<T: GachaRecord + Sized + Serialize + Send +
gacha_type: &str,
last_end_id: Option<&str>,
) -> Result<()> {
const SLEEPING_MILLIS: u64 = 500;
const SLEEPING_MILLIS: u64 = 200;

sender
.send(GachaRecordFetcherChannelFragment::Ready(
Expand Down

0 comments on commit de4882e

Please sign in to comment.