Skip to content

Commit

Permalink
Set CoinPrice expiration interval to 180 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
omurovch committed Jan 2, 2023
1 parent f4b422e commit e5dd6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ data class CoinPrice(
}

companion object {
const val expirationInterval: Long = 60
const val expirationInterval: Long = 180
}
}

0 comments on commit e5dd6d7

Please sign in to comment.