google-code-export / wallproxy-plugins

Automatically exported from code.google.com/p/wallproxy-plugins
0 stars 0 forks source link

gae_extra_option参数里的range单位大小是什么? #296

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
gae_extra_option = {
    #'range0': 100000,
    #'range': 500000,
    #'max_threads': 5,
    #'headers': 'Content-Type: application/octet-stream',
    #'proxy': '',

如果要使用gae_extra_option参数,是不是要把下面的那些#号去掉?
'range0': 100000 (这个单位是bit还是byte)

我是电信2M 
ADSL,想调试一下.(要不然看youtube,明明缓冲过很多了但还是无��
�拉到"已缓存完成"部分)

Original issue reported on code.google.com by caijay2...@gmail.com on 14 Dec 2011 at 8:24

GoogleCodeExporter commented 9 years ago
可以试下这个

gae_extra_option = {
    'range0': 100000,
    'range' : 100000,
    'max_threads': 2,
    'headers': 'Content-Type: application/octet-stream',
    'proxy': '',
}

Original comment by phus.lu on 14 Dec 2011 at 9:15

GoogleCodeExporter commented 9 years ago
效果好多了.谢谢
╰( ̄▽ ̄)╮
还是好想知道range:100000用的是什么单位

刚才出现在小问题,看图(影响不大
偶没拖动过,突然前面的缓存不见了

Original comment by caijay2...@gmail.com on 14 Dec 2011 at 9:59

Attachments:

GoogleCodeExporter commented 9 years ago
(>﹏<)非常抱歉. 
youtube那问题.应该是我自己的问题.点全屏会突然卡一下,前面�
��缓冲就不见了

Original comment by caijay2...@gmail.com on 14 Dec 2011 at 10:06

GoogleCodeExporter commented 9 years ago
没记错的话单位是Byte

Original comment by kengoo...@gmail.com on 21 Dec 2011 at 12:08