diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2008-04-08 21:04:41 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2008-04-08 21:04:41 +0000 |
commit | b73ad517841cb428a395a6f49376d3bdc8e50f7e (patch) | |
tree | 3f69c38d1f540e5e97a537683369229ac6a77014 /indra/llcommon/lllivefile.h | |
parent | f5e386527c4a74e6e5733f4f1cfa55873851257e (diff) |
svn merge -r84080:84255 svn+ssh://svn/svn/linden/branches/intermezzo-9
QAR-431
Diffstat (limited to 'indra/llcommon/lllivefile.h')
-rw-r--r-- | indra/llcommon/lllivefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lllivefile.h b/indra/llcommon/lllivefile.h index 689590e324..7e24744491 100644 --- a/indra/llcommon/lllivefile.h +++ b/indra/llcommon/lllivefile.h @@ -32,6 +32,8 @@ #ifndef LL_LLLIVEFILE_H #define LL_LLLIVEFILE_H +const F32 configFileRefreshRate = 5.0; // seconds + class LLLiveFile { |