@haathie/pgmb 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haathie/pgmb",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "PG message broker, with a type-safe typescript client with built-in webhook & SSE support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",
@@ -5,7 +5,6 @@ ALTER TYPE config_type ADD VALUE 'pg_cron_poll_for_events_cron';
5
5
  ALTER TYPE config_type ADD VALUE 'pg_cron_partition_maintenance_cron';
6
6
 
7
7
  INSERT INTO config(id, value) VALUES
8
- ('poll_chunk_size', '10000'),
9
8
  ('pg_cron_poll_for_events_cron', '1 second'),
10
9
  -- every 30 minutes
11
10
  ('pg_cron_partition_maintenance_cron', '*/30 * * * *');