You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/10/06 10:31:01 UTC

[ozone] branch master updated: HDDS-5830. Increase idea.max.intellisense.filesize (#2715)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new a59c501  HDDS-5830. Increase idea.max.intellisense.filesize (#2715)
a59c501 is described below

commit a59c50193d297d1fc11c280117ac07e3bde31be1
Author: Ke-Yi Sung <72...@users.noreply.github.com>
AuthorDate: Wed Oct 6 18:30:48 2021 +0800

    HDDS-5830. Increase idea.max.intellisense.filesize (#2715)
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0dba193..f467c80 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -188,7 +188,7 @@ Checkstyle plugin may help to detect violations directly from the IDE.
 IntelliJ may not pick up protoc generated classes as they can be very huge. If the protoc files can't be compiled try the following:
 
 1. Open _Help_ -> _Edit custom properties_ menu.
-2. Add `idea.max.intellisense.filesize=5000` entry
+2. Add `idea.max.intellisense.filesize=10000` entry
 3. Restart your IDE
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org