Changeset 5277


Ignore:
Timestamp:
06/17/09 20:30:39 (3 years ago)
Author:
azawawi
Message:

[Perl 6] wait time before starting another colorizing task is 100 ms instead 1 sec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6Document.pm

    r5276 r5277  
    1313# colorize timer to make sure that colorize tasks are scheduled properly... 
    1414my $COLORIZE_TIMER; 
    15 my $COLORIZE_TIMEOUT = 1000; # wait n-millisecond before starting the Perl6 colorize task 
     15my $COLORIZE_TIMEOUT = 100; # wait n-millisecond before starting the Perl6 colorize task 
    1616 
    1717# used for coloring by parrot 
Note: See TracChangeset for help on using the changeset viewer.