BewareMyPower commented on PR #22453:
URL: https://github.com/apache/pulsar/pull/22453#issuecomment-2042244927
I admit it now does not make a significant difference after upgrading the
IntelliJ to 2024.1 and increasing the memory to 4 GiB. So I decide to close
this PR.
The root cause is that this class has so many fields and methods. Even with
this patch, when I code in the `ServiceConfiguration`, e.g. add a method
```java
public void f() {
this.
}
```
When I typed `this.`, it still takes 3+ seconds to show a pop-up list.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]