Bug: Large pages hang on save
Saves of big topics, such as TWikiPreferences can hang indefinitely
Test case
Environment
--
MartinCleaver - 28 Oct 2004
Follow up
Patch as described on
TimeOutSavingTWikiPreferences works for me.
--- /home/mrjc/conceptmapping.net/twiki/pub/TWiki/DistributionContrib/remoteFileSavedLocallyFrom Thu Oct 28 06:13:34 2004 +++ ../bin/oops Thu Oct 28 05:23:14 2004 @@ -31,6 +31,8 @@ use TWiki; use TWiki::UI::Oops; +use IO::Handle; STDOUT->blocking(0); + my $query = new CGI; my $thePathInfo = $query->path_info(); my $theRemoteUser = $query->remote_user();
Fix record