- bring FWM plots back to life!
- some dispersion plots with the great help of chatGPT :-D
This commit is contained in:
@@ -588,14 +588,13 @@ classdef DBHandler < handle
|
||||
return
|
||||
catch ME
|
||||
if attempt < maxFast
|
||||
pause(1)
|
||||
pause(0.1)
|
||||
else
|
||||
pause(10)
|
||||
pause(1)
|
||||
end
|
||||
lastErr = ME;
|
||||
end
|
||||
end
|
||||
pause(60)
|
||||
error('Database fetch failed after %d attempts:\n%s', maxSlow, lastErr.getReport())
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user