Skip to content

Commit

Permalink
Fix upload download speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Jan 17, 2024
1 parent f618629 commit 19caba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ android {
else -> 0
}

val vCode = 223
val vCode = 226
versionCode = vCode - singleAbiNum
versionName = "1.2.30"
versionName = "1.2.31"

ndk {
//noinspection ChromeOsAbiSupport
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/ismartcoding/plain/web/HttpModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ object HttpModule {

install(ConditionalHeaders)
install(WebSockets)
install(Compression)
// install(Compression) // this will slow down the download speed
install(ForwardedHeaders)
install(PartialContent)
install(AutoHeadResponse)
Expand Down

0 comments on commit 19caba0

Please sign in to comment.