From 1be64e2d68ac28056e146669f8159a0a917201ec Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 9 Nov 2009 05:13:10 +0000 Subject: [PATCH] Send repo pings to API server --- chrome/content/zotero/xpcom/zotero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 82dd39408..616541f11 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -23,7 +23,7 @@ const ZOTERO_CONFIG = { GUID: 'zotero@chnm.gmu.edu', DB_REBUILD: false, // erase DB and recreate from schema - REPOSITORY_URL: 'http://www.zotero.org/repo', + REPOSITORY_URL: 'https://api.zotero.org/repo', REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour BASE_URI: 'http://zotero.org/',