mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Fixing RT link
This commit is contained in:
parent
c4c721cfd9
commit
069c5fd7d6
1 changed files with 4 additions and 3 deletions
|
@ -588,10 +588,11 @@ Which will prevent sqlite from doing fsync's when writing (which
|
||||||
slows down non-transactional writes significantly) at the expense of some
|
slows down non-transactional writes significantly) at the expense of some
|
||||||
peace of mind. Also try playing with the cache_size pragma.
|
peace of mind. Also try playing with the cache_size pragma.
|
||||||
|
|
||||||
=head1 BUGS
|
=head1 SUPPORT
|
||||||
|
|
||||||
Likely to be many, please use
|
Bugs should be reported via the CPAN bug tracker at
|
||||||
L<http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite> for reporting bugs.
|
|
||||||
|
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBD-SQLite>
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue