mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
chat: set initialisation time to 100ms
This commit is contained in:
parent
ddb0592b38
commit
92a55fed86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user