Skip to content

Commit

Permalink
Merge pull request #139 from lbbniu/patch-1
Browse files Browse the repository at this point in the history
fix: out of limit return 429
  • Loading branch information
ruanshudong authored Jun 2, 2023
2 parents c51241c + 5e10dbb commit d2034cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigServer/ConfigImp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern TC_Config * g_pconf;
#define CHECKLIMIT(a,b,c,f) do{\
if(IsLimited((a),(b),(c),(f)))\
{\
return 0;\
return 429;\
}}while(0)

using namespace tars;
Expand Down

0 comments on commit d2034cf

Please sign in to comment.