diff --git a/WFInfo/errorDialogue.xaml.cs b/WFInfo/errorDialogue.xaml.cs index 49e1cc47..af3c90c7 100644 --- a/WFInfo/errorDialogue.xaml.cs +++ b/WFInfo/errorDialogue.xaml.cs @@ -91,7 +91,7 @@ public void YesClick(object sender, RoutedEventArgs e) zip.AddFile(startPath + @"\..\debug.log", ""); zip.Comment = "This zip was created at " + closest.ToString("yyyy-MM-dd_HH-mm-ssff"); - zip.MaxOutputSegmentSize64 = 25000 * 1024; // 8m segments + zip.MaxOutputSegmentSize64 = 10000 * 1024; // 8m segments zip.Save(fullZipPath + ".zip"); } }