Skip to content

Commit

Permalink
🎨 抢红包优化
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Apr 28, 2024
1 parent c905eab commit 313e805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public void getChatRoomUsers(final RequestContext context) {
*/
public synchronized void openRedPacket(final RequestContext context) {
try {
Thread.sleep(500);
Thread.sleep(200);
JSONObject currentUser = Sessions.getUser();
try {
final JSONObject requestJSONObject = context.requestJSON();
Expand Down

0 comments on commit 313e805

Please sign in to comment.