mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-08 04:05:32 -04:00
decrease refresh timing
This commit is contained in:
@@ -77,6 +77,7 @@ function initPage() {
|
||||
row.addClass('bg-warning');
|
||||
} else if ( level == 'DBG' ) {
|
||||
row.addClass('bg-info');
|
||||
row.addClass('font-italic');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -71,7 +71,7 @@ xhtmlHeaders(__FILE__, translate('SystemLog'));
|
||||
data-auto-refresh="true"
|
||||
data-auto-refresh-silent="true"
|
||||
data-show-refresh="true"
|
||||
data-auto-refresh-interval="2"
|
||||
data-auto-refresh-interval="5"
|
||||
>
|
||||
<thead class="thead-highlight">
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user