chat: set initialisation time to 100ms

This commit is contained in:
Matilde Park 2021-01-31 19:18:07 -05:00
parent ddb0592b38
commit 92a55fed86

View File

@ -57,7 +57,7 @@ export default class ChatWindow extends Component<ChatWindowProps, ChatWindowSta
private loadedNewest = false;
private loadedOldest = false;
INITIALIZATION_MAX_TIME = 1500;
INITIALIZATION_MAX_TIME = 100;
constructor(props: ChatWindowProps) {
super(props);