0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 22:18:54 +02:00

ircd::db::env: Default alignments to 1 rather than 0.

This commit is contained in:
Jason Volk 2019-03-04 11:35:49 -08:00
parent 86e7e78a8a
commit 175421f745

View file

@ -2777,7 +2777,7 @@ try
{
opts.direct?
fs::block_size(fd):
0
1
}
,offset
{
@ -3169,7 +3169,7 @@ try
{
opts.direct?
fs::block_size(fd):
0
1
}
,aio
{
@ -3474,7 +3474,7 @@ try
{
opts.direct?
fs::block_size(fd):
0
1
}
,aio
{