File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ local moongui = {}
77function moongui .subrange (t ,first )
88 local sub = {}
99 local i = first
10- while # t >= i and ((i - first )<= 1000 ) do
10+ while # t >= i and ((i - first )<= 1500 ) do
1111 sub [# sub + 1 ] = t [i ]
1212 i = i + 1
1313 end
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ export class MainComponent implements OnInit {
187187 * Starts the Process for Fetching Log File
188188 */
189189 private runningData ( ) {
190- Observable . interval ( 1000 ) . subscribe ( ( ) => {
190+ Observable . interval ( 500 ) . subscribe ( ( ) => {
191191 if ( this . moonGenService . getShouldRun ( ) == true ) {
192192 if ( this . executionNumber != this . moonGenService . getExecutionNumber ( ) ) {
193193 this . executionNumber = this . moonGenService . getExecutionNumber ( ) ;
You can’t perform that action at this time.
0 commit comments