Skip to content

Commit

Permalink
raise max send amount
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 committed Aug 24, 2023
1 parent 33f1f1c commit af08e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub const CONSTANTS: Constants = Constants {
"wss://no.str.cr",
],
max_comment_length: 280,
max_sendamount: 100000000,
max_sendamount: 10000000000,
min_sendamount: 1000,
};

Expand Down

0 comments on commit af08e1b

Please sign in to comment.