Skip to content

Commit

Permalink
fix: 修改资源等级
Browse files Browse the repository at this point in the history
  • Loading branch information
CarefreeState committed Oct 1, 2024
1 parent 40a8418 commit 72dedc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
public interface ResourceConstants {

ResourceAccessLevel DEFAULT_RESOURCE_ACCESS_LEVEL = ResourceAccessLevel.USER_ACCESS;
ResourceAccessLevel DEFAULT_RESOURCE_ACCESS_LEVEL = ResourceAccessLevel.FREE_ACCESS;

String REDIS_USER_UPLOAD_LIMIT = "userUploadLimit:";

Expand Down

0 comments on commit 72dedc5

Please sign in to comment.