diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-06-30 17:41:21 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-06-30 17:41:21 +0200 |
commit | 05450d0e887cfb5e169f746ede20ee1051df12d5 (patch) | |
tree | 0e0036dc644d320290a1787207f98a02a7cec6cb /nxcomp/Loop.cpp | |
parent | 4365fe38e67bc3d7dee3b948aefc42ca62e7a11e (diff) | |
parent | 7d51cb6760b760768aeb91dd81f10443d094bd6c (diff) | |
download | nx-libs-05450d0e887cfb5e169f746ede20ee1051df12d5.tar.gz nx-libs-05450d0e887cfb5e169f746ede20ee1051df12d5.tar.bz2 nx-libs-05450d0e887cfb5e169f746ede20ee1051df12d5.zip |
Merge branch 'sunweaver-pr/browser-scrolling-improvements' into 3.6.x
Attributes GH PR #471: https://github.com/ArcticaProject/nx-libs/pull/471
Fixes: ArcticaProject/nx-libs#443
Diffstat (limited to 'nxcomp/Loop.cpp')
-rw-r--r-- | nxcomp/Loop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp index 7aaff09e8..4592121de 100644 --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp @@ -12942,7 +12942,7 @@ int SetLinkAdsl() control -> LinkMode = LINK_TYPE_ADSL; - control -> TokenSize = 512; + control -> TokenSize = 1536; control -> TokenLimit = 24; control -> SplitMode = 1; @@ -12972,7 +12972,7 @@ int SetLinkWan() control -> LinkMode = LINK_TYPE_WAN; - control -> TokenSize = 768; + control -> TokenSize = 1536; control -> TokenLimit = 24; control -> SplitMode = 1; |