Skip to content

Commit

Permalink
Merge pull request #44 from lbetz/bug/dboptions-allow-null
Browse files Browse the repository at this point in the history
fix #35 allow null values in dboptions
  • Loading branch information
lbetz authored Sep 25, 2024
2 parents 9eb0deb + 4462076 commit 014f61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ Hash[Enum[
'max_placeholders_per_statement',
'max_rows_per_transaction',
'wsrep_sync_wait'
], Integer[1]]
], Integer[0]]
```

### <a name="IcingaDB--LoggingOptions"></a>`IcingaDB::LoggingOptions`
Expand Down
2 changes: 1 addition & 1 deletion types/dboptions.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
'max_placeholders_per_statement',
'max_rows_per_transaction',
'wsrep_sync_wait'
], Integer[1]
], Integer[0]
]

0 comments on commit 014f61c

Please sign in to comment.