#Hi! is there any limit associated to the

1 messages · Page 1 of 1 (latest)

north ermine
#

Hello @hard pulsar ,

Could you test Permify v1.2.4? We've updated the default value to 1000. You can update it in the configuration like this:

database:
  engine: postgres
  uri: postgres://user:password@host:5432/db_name
  ...
  max_data_per_write: 1_000
hard pulsar
#

Hi @north ermine, it works also with env variable PERMIFY_DATABASE_MAX_DATA_PER_WRITE ?