Change default HTTP timeout to 10 seconds

This commit is contained in:
Frederic Guillot 2013-07-04 20:53:32 -04:00
parent 6a4c0565a5
commit 64a7c887f3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ require 'model.php';
const DB_VERSION = 8;
const APP_VERSION = 'master';
const APP_USERAGENT = 'Miniflux - http://miniflux.net';
const HTTP_TIMEOUT = 5;
const HTTP_TIMEOUT = 10;
const LIMIT_ALL = -1;