Changeset 1137


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

Undo ticket #184: removed pj_file_flush() from pjsua-lib since it slows down application substantially!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/pjproject-0.5-stable/pjsip/src/pjsua-lib/pjsua_core.c

    r1073 r1137  
    291291        pj_ssize_t size = len; 
    292292        pj_file_write(pjsua_var.log_file, buffer, &size); 
    293         pj_file_flush(pjsua_var.log_file); 
     293        /* This will slow things down considerably! Don't do it! 
     294         pj_file_flush(pjsua_var.log_file); 
     295        */ 
    294296    } 
    295297 
Note: See TracChangeset for help on using the changeset viewer.