Commit fe7c47eb authored by Neosoulink's avatar Neosoulink
Browse files

refactor: increase network check duration

parent f7228845
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ const ApolloProvider: React.FC<Props> = (props) => {

		await checkServer(
			FORMATTED_URI,
			5000,
			6000,
			() => {
				setServerHost(FORMATTED_URI);
				setShowDialogUriConf(false);