Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59d3aff

Browse files
committed
size
1 parentc2728dd commit59d3aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Coder-Desktop/Coder-Desktop/VPN/VPNProgress.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ struct VPNProgressView: View {
4848
// doesn't support enums with associated values.
4949
return0.05
5050
}
51-
//40MB if the server doesn't give us the expected size
52-
lettotalBytes= downloadProgress.totalBytesToWrite??40_000_000
51+
//35MB if the server doesn't give us the expected size
52+
lettotalBytes= downloadProgress.totalBytesToWrite??35_000_000
5353
letdownloadPercent=min(1.0,Float(downloadProgress.totalBytesWritten)/ Float(totalBytes))
5454
return0.4* downloadPercent
5555
case.validating:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp