diff options
Diffstat (limited to 'rhautoimport-ba')
-rwxr-xr-x | rhautoimport-ba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-ba b/rhautoimport-ba index 064dd7f..0a53a09 100755 --- a/rhautoimport-ba +++ b/rhautoimport-ba @@ -42,7 +42,7 @@ my $RD_GROUP = "baufgeroll"; my $PV_ID = '774'; my $TITLE = "barrierefrei aufgerollt"; my $LAST_RUN = 0; -my $upload_delay_days = 0; # files are usally there on the same day - sometimes much later!! +my $upload_delay_days = 3; # "we try to upload between Monday and Wednesday after the Show" binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); |