소스 검색

Bug fix: initialize properly auto_reload timeouts

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@261 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
1c93470b2a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      core/config.class.inc.php

+ 2 - 0
core/config.class.inc.php

@@ -68,6 +68,8 @@ class Config
 		$this->m_sDBSubname = '';
 		$this->m_iMinDisplayLimit = DEFAULT_MIN_DISPLAY_LIMIT;
 		$this->m_iMaxDisplayLimit = DEFAULT_MAX_DISPLAY_LIMIT;
+		$this->m_iStandardReloadInterval = DEFAULT_STANDARD_RELOAD_INTERVAL;
+		$this->m_iFastReloadInterval = DEFAULT_FAST_RELOAD_INTERVAL;
 		if ($bLoadConfig)
 		{
 			$this->Load($sConfigFile);