X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;fp=state.proto;h=aba35812d30870088de6a7ef3bda0494934b9ac9;hp=9f17e08e0b14d3ae5687c7e979f0636d7b987700;hb=dc65643396b05be480db104e5a6067cf0e0d375f;hpb=94cd6d8799191a79fde828abfbc30cf9951c1cfc diff --git a/state.proto b/state.proto index 9f17e08..aba3581 100644 --- a/state.proto +++ b/state.proto @@ -19,7 +19,7 @@ message StreamProto { optional bytes http_header = 6; optional bytes stream_header = 7; repeated int32 data_fds = 8; - optional int64 backlog_size = 5 [default=1048576]; + optional int64 backlog_size = 5 [default=10485760]; optional int64 bytes_received = 3; optional int64 last_suitable_starting_point = 9; optional string url = 4;