return to old default disk chunk read size

This commit is contained in:
Paul Davis
2015-01-29 18:49:04 -05:00
parent 17b8d9836d
commit 55ba5208b9

View File

@@ -772,13 +772,7 @@ Diskstream::disengage_record_enable ()
framecnt_t
Diskstream::default_disk_read_chunk_frames()
{
#ifdef PLATFORM_WINDOWS
return (2 * 1048576) / sizeof (Sample);
#elif defined __APPLE__
return (4 * 1048576) / sizeof (Sample);
#else
return 65536;
#endif
}
framecnt_t