Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
We don't use timeshift, so don't request it
  • Loading branch information
BtbN committed Jan 9, 2013
1 parent 65c110b commit fd868e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion access.cpp
Expand Up @@ -227,7 +227,6 @@ bool SubscribeHTSP(demux_t *demux)
map.setData("method", "subscribe");
map.setData("channelId", sys->channelId);
map.setData("subscriptionId", 1);
map.setData("timeshiftPeriod", (uint32_t)~0);
map.setData("queueDepth", 5*1024*1024);
//map.setData("90khz", std::make_shared<HtsInt>(1));
//map.setData("normts", std::make_shared<HtsInt>(1));
Expand Down

0 comments on commit fd868e6

Please sign in to comment.