Changeset 1136


Ignore:
Timestamp:
Apr 3, 2007 5:55:08 PM (17 years ago)
Author:
bennylp
Message:

Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down the application alot!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c

    r1135 r1136  
    299299        pj_ssize_t size = len; 
    300300        pj_file_write(pjsua_var.log_file, buffer, &size); 
    301         pj_file_flush(pjsua_var.log_file); 
     301        /* This will slow things down considerably! Don't do it! 
     302         pj_file_flush(pjsua_var.log_file); 
     303        */ 
    302304    } 
    303305 
Note: See TracChangeset for help on using the changeset viewer.