mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
Fixed config error.
This commit is contained in:
parent
db0f3ca8b6
commit
567e575ff4
@ -87,11 +87,11 @@ const ConfigImpl::ConfigEntry ConfigImpl::entries[] =
|
||||
{TYPE_STRING, "RemotePipeName", (ConfigValue) FB_PIPE_NAME},
|
||||
{TYPE_STRING, "IpcName", (ConfigValue) FB_IPC_NAME},
|
||||
#ifdef WIN_NT
|
||||
{TYPE_STRING, "MaxUnflushedWrites", (ConfigValue) 100},
|
||||
{TYPE_STRING, "MaxUnflushedWriteTime", (ConfigValue) 5}
|
||||
{TYPE_INTEGER, "MaxUnflushedWrites", (ConfigValue) 100},
|
||||
{TYPE_INTEGER, "MaxUnflushedWriteTime", (ConfigValue) 5}
|
||||
#else
|
||||
{TYPE_STRING, "MaxUnflushedWrites", (ConfigValue) -1},
|
||||
{TYPE_STRING, "MaxUnflushedWriteTime", (ConfigValue) -1}
|
||||
{TYPE_INTEGER, "MaxUnflushedWrites", (ConfigValue) -1},
|
||||
{TYPE_INTEGER, "MaxUnflushedWriteTime", (ConfigValue) -1}
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user