Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

Number of registers in DreamFactory reponse

$
0
0

You can edit config/df.php to increase from 1000, but you should consider using the limit and offset params to paginate the results. If you had millions of records loading all of them in a single query is not going to work.

config/df.php: 'max_records_returned' => env('DF_DB_MAX_RECORDS_RETURNED', 1000),


Viewing all articles
Browse latest Browse all 5028

Trending Articles