Changeset 4bbe53a


Ignore:
Timestamp:
Aug 5, 2017, 11:21:53 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
ca52fe9, e08487a
Parents:
0d2c358
git-author:
Jason Gross <jgross@mit.edu> (08/05/17 22:32:14)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/05/17 23:21:53)
Message:
Add a comment for documentation

As per https://github.com/barnowl/barnowl/pull/109#discussion_r131532750
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/DeferredLogging.pm

    r0d2c358 r4bbe53a  
    3232    my $flush_logs_interval = -1;
    3333    my $flush_logs_timer;
     34    # N.B. We use new_variable_full rather than new_variable_int so
     35    # that we can set a timer to flush logs when this value is
     36    # changed.
    3437    BarnOwl::new_variable_full('flush-logs-interval',
    3538        {
Note: See TracChangeset for help on using the changeset viewer.