Skip to content

Commit 21a7f7b

Browse files
amsryqPalmDevs
andcommitted
fix: increase fetch timeout when bundled is cached
Co-authored-by: PalmDevs <palmdevs@users.noreply.github.com>
1 parent 59d85ef commit 21a7f7b

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/io/github/pyoncord/xposed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/io/github/pyoncord/xposed/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Main : IXposedHookLoadPackage {
129129
val client = HttpClient(CIO) {
130130
expectSuccess = true
131131
install(HttpTimeout) {
132-
requestTimeoutMillis = if (bundle.exists()) 3000 else 10000
132+
requestTimeoutMillis = if (bundle.exists()) 5000 else 10000
133133
}
134134
install(UserAgent) { agent = "BunnyXposed" }
135135
}

0 commit comments

Comments
 (0)