From 98b31c955fe3ce416ba8de52b7de1a87e5cc4766 Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Thu, 11 Oct 2012 22:47:12 -0700 Subject: [PATCH] Check for updates every day --- modules/application/src/main/resources/gephi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/application/src/main/resources/gephi.conf b/modules/application/src/main/resources/gephi.conf index 7d6121648..bba61166d 100644 --- a/modules/application/src/main/resources/gephi.conf +++ b/modules/application/src/main/resources/gephi.conf @@ -4,7 +4,7 @@ default_mac_userdir="\${HOME}/Library/Application Support/\${APPNAME}/${project. # options used by the launcher by default, can be overridden by explicit # command line switches -default_options="--branding gephi -J-Xms64m -J-Xmx512m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefresh=true" +default_options="--branding gephi -J-Xms64m -J-Xmx512m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefresh=true -Jplugin.manager.check.interval=EVERY_DAY" # for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea # default location of JDK/JRE, can be overridden by using --jdkhome switch -- GitLab