~unity-team/unity-lens-video/remote-videos-scope-12.04

« back to all changes in this revision

Viewing changes to src/unity-scope-video-remote

  • Committer: David Callé
  • Date: 2012-04-07 08:30:51 UTC
  • Revision ID: davidc@framli.eu-20120407083051-sdx2nnh15k0q039o
Updated server URL to the DNS name for what will be the production server

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#pylint: enable=E0611
44
44
 
45
45
BUS_NAME = "net.launchpad.scope.RemoteVideos"
46
 
SERVER = "http://video.u1.to/v0"
 
46
SERVER = "http://videosearch.ubuntu.com/v0"
47
47
 
48
48
REFRESH_INTERVAL = 3600         # fetch sources & recommendations once an hour
49
49
RETRY_INTERVAL = 60             # retry sources/recommendations after a minute