)]}'
{
  "commit": "fbbfb309717376f464ae76dcf9e3b61a0225c862",
  "tree": "11d31ef955b512571d7b53ffe969fa9df83b2baf",
  "parents": [
    "55e2ef1690661aa4c0e1c609e60cee07d0ea782b"
  ],
  "author": {
    "name": "David Åkerman",
    "email": "davidak@axis.com",
    "time": "Wed Sep 04 16:39:34 2024 +0200"
  },
  "committer": {
    "name": "David Åkerman",
    "email": "davidak@axis.com",
    "time": "Mon Sep 16 08:48:45 2024 +0200"
  },
  "message": "Add support for consumer prefetch\n\nIf no consumer prefetch is set it becomes unlimited which\nmeans that the rabbitmq server will send as many events as\nit can, this can cause the client to be overwhelmed and make\nit slow to respond.\nWhen the client respond to slowly the server may decide to\nclose the connection which causes the channels and consumers\nto be lost.\nWith a limited consumer prefetch we can prevent this.\n\nBug: Issue 366272560\nChange-Id: I599aa024202597c468bd3f792ec0931f40a495f9\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4efdb35b9e6a783fbc6d64ac0ca0db3bef6422b3",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/rabbitmq/config/section/AMQP.java",
      "new_id": "7b001fd8e0aefd2446f3b468455014b60ba9b40a",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/rabbitmq/config/section/AMQP.java"
    },
    {
      "type": "modify",
      "old_id": "9efeb1a33881f27e1cec9cbeb805eccd38f8395e",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/rabbitmq/session/type/AMQPSubscriberSession.java",
      "new_id": "d19e0239640ba4df8070556512ce3c6d26456862",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/rabbitmq/session/type/AMQPSubscriberSession.java"
    },
    {
      "type": "modify",
      "old_id": "2a0fad0fca8fd67036d90eb22bb4d4fccde390af",
      "old_mode": 33188,
      "old_path": "src/main/resources/Documentation/config.md",
      "new_id": "54cdee8c5016ed70d093a1adb0ddad53dff85cee",
      "new_mode": 33188,
      "new_path": "src/main/resources/Documentation/config.md"
    }
  ]
}
