_limit()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 355
          def _limit
            # INTEGER storage class can be stored 8 bytes value.
            # See https://www.sqlite.org/datatype3.html#storage_classes_and_datatypes
            limit || 8
          end