fix more warnings, store transformed text in LRUCache of 1000
This commit is contained in:
@ -160,3 +160,8 @@ export const MaxUsernameLength = 100;
|
||||
* Max about length - profile/settings
|
||||
*/
|
||||
export const MaxAboutLength = 1000;
|
||||
|
||||
/*
|
||||
* Snort backend publishes rates
|
||||
*/
|
||||
export const SnortPubkey = "npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws";
|
Reference in New Issue
Block a user