# HG changeset patch # User lordofwar # Date 2009-07-15 11:30:24 # Node ID 8f9ccca43d053f541b401d2bfc41963f21c43b30 # Parent 6b468a9487149f33320df7249ce87da8c372f905 adjusted blend_frame_watchdog function, fixed amount of time for watchdog_forgiveness var diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -314,7 +314,7 @@ void blend_frame_watchdog(struct blendjo struct blendjob *blendjob_ptr; unsigned int counter; - watchdog_forgiveness = 3 * 60 * 60; /*< 3hr in seconds */ + watchdog_forgiveness = 3; /*< hours of forgiveness before frame is re-assigned */ blendjob_ptr = blendjob_head; for(blendjob_ptr = blendjob_head; blendjob_ptr; blendjob_ptr = blendjob_ptr->next)