Skip to content

Commit

Permalink
Clarify cache setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Dec 16, 2024
1 parent 7448064 commit 07e57c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"UsernameHistory": {
"expire": 86400,
"refresh": false,
"desc": "Caches a user's full username history. The rate limit for the associated endpoint is very low, and this setting should be left alone as a result."
"desc": "Caches a user's username history based on user id, limit, sort order, and cursor. The rate limit for the associated endpoint is very low, and this setting should be left alone as a result."
}
}
}

0 comments on commit 07e57c9

Please sign in to comment.