[freeside-commits] branch FREESIDE_3_BRANCH updated. 4cb1136ca8397497cb05916b1e1f35a4650d030d

Ivan Kohler ivan at freeside.biz
Mon Jul 15 15:34:05 AKDT 2024


The branch, FREESIDE_3_BRANCH has been updated
       via  4cb1136ca8397497cb05916b1e1f35a4650d030d (commit)
      from  d548885dc9653d835cee87ec70f9fc4868def482 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4cb1136ca8397497cb05916b1e1f35a4650d030d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 15 16:34:05 2024 -0700

    LaTeX is slower in bullseye?

diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm
index 5eb304ad9..7858fa465 100644
--- a/FS/FS/Misc.pm
+++ b/FS/FS/Misc.pm
@@ -856,7 +856,7 @@ sub _pslatex {
     "$file.tex"
   );
 
-  my $timeout = 30; #? should be more than enough
+  my $timeout = 60; #an entire minute is enough?  LaTeX is slower in bullseye?
 
   for ( 1, 2 ) {
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Misc.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list