Subversion Repositories Projects

Rev

Rev 222 | Rev 262 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 222 Rev 233
Line 168... Line 168...
168
                                    //                              mk.log("uncactched intent " +mk.root.canvas.user_intent );          
168
                                    //                              mk.log("uncactched intent " +mk.root.canvas.user_intent );          
169
                                    break;
169
                                    break;
170
                                }
170
                                }
Line 171... Line 171...
171
 
171
 
172
                            //                  if ((!mk.ufo_prober.is_incompatible()))
172
                            //                  if ((!mk.ufo_prober.is_incompatible()))
Line 173... Line 173...
173
                            {
173
                            {/*
174
                               
174
                               
175
                                mk.log("watchdog after main loop");            
175
                                mk.log("watchdog after main loop");            
176
                                if (debug_data_count_buff==mk.stats.debug_data_count)
176
                                if (debug_data_count_buff==mk.stats.debug_data_count)
177
                                    {
177
                                    {
178
                                        mk.log("timeout:" +conn_check_timeout );               
178
                                        mk.log("timeout:" +conn_check_timeout );               
179
                                        conn_check_timeout++;
179
                                        conn_check_timeout++;
180
                                        if  (conn_check_timeout==100)
180
                                        if  (conn_check_timeout==1000)
181
                                            {
181
                                            {
182
                                                mk.log("disconnecting");               
182
                                                mk.log("disconnecting");               
183
                                                mk.close_connections(false);
183
                                                mk.close_connections(false);
Line 187... Line 187...
187
                                    }
187
                                    }
188
                                else
188
                                else
189
                                    conn_check_timeout=0;
189
                                    conn_check_timeout=0;
Line 190... Line 190...
190
                               
190
                               
191
 
191
 
192
 
192
                             */
193
                                /*else  if ((mk.root.canvas.user_intent==USER_INTENT_RAWDEBUG) || (mk.root.canvas.user_intent==USER_INTENT_GRAPH) )
193
                                /*else  if ((mk.root.canvas.user_intent==USER_INTENT_RAWDEBUG) || (mk.root.canvas.user_intent==USER_INTENT_GRAPH) )
194
                                  {
194
                                  {
195
                                  mk.trigger_debug();
195
                                  mk.trigger_debug();