diff options
Diffstat (limited to 'webkit/glue/webkit_constants.h')
-rw-r--r-- | webkit/glue/webkit_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webkit_constants.h b/webkit/glue/webkit_constants.h index a209b52..54e7e00 100644 --- a/webkit/glue/webkit_constants.h +++ b/webkit/glue/webkit_constants.h @@ -15,7 +15,7 @@ namespace webkit_glue { const double kForegroundTabTimerInterval = 0.004; // Provides control over the minimum timer interval for background tabs. -const double kBackgroundTabTimerInterval = 1.0; +const double kBackgroundTabTimerInterval = 0.004; } // namespace webkit_glue |