Skip to content

Commit

Permalink
fix: limit
Browse files Browse the repository at this point in the history
  • Loading branch information
romeq committed Jun 28, 2023
1 parent 3459e7a commit 9607ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const limits: {
} = {
anonymous: {
searchEnabled: false,
pasteSizeLimit: 1,
pasteSizeLimit: mb * 1,
searchQueries: 0,
},
registered: {
Expand Down

0 comments on commit 9607ac1

Please sign in to comment.