mirror of
https://github.com/Airsequel/AirGQL.git
synced 2025-08-11 09:26:56 +03:00
Fix tiny cosmetic change
This commit is contained in:
parent
8b3b1bbe37
commit
d8385cc08b
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ module AirGQL.Types.SchemaConf (
|
|||
defaultSchemaConf,
|
||||
) where
|
||||
|
||||
import Protolude (Bool (True), Integer)
|
||||
import Protolude (Integer)
|
||||
|
||||
import AirGQL.Lib (AccessMode, mkAccessMode)
|
||||
import AirGQL.Lib (AccessMode, readAndWrite)
|
||||
import AirGQL.Types.PragmaConf (PragmaConf, defaultConf)
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@ data SchemaConf = SchemaConf
|
|||
defaultSchemaConf :: SchemaConf
|
||||
defaultSchemaConf =
|
||||
SchemaConf
|
||||
{ accessMode = mkAccessMode True True True
|
||||
{ accessMode = readAndWrite
|
||||
, pragmaConf = AirGQL.Types.PragmaConf.defaultConf
|
||||
, maxRowsPerTable = 100_000
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue