# fix gadget load and initialisation time pubsub.uri.load.timeout=300000 # the above line doesn't work, we need to edit: # liferay/tomcat/webapps/opensocial-portlet/gadget/js/main.js:181 # to hardcode an entry, e.g., # timeout: 300000, /*instance.get('pubsubURILoadTimeout'),*/ # fix makeRequest response time # NOTE: THESE STILL HAVE TO BE CHANGED IN: # webapps/opensocial-portlet/WEB-INF/classes/shindig.properties # NOTE: ALSO LOOK IN: # webapps/opensocial-portlet/WEB-INF/src/portlet.properties shindig.http.client.connection-timeout-ms=300000 shindig.http.client.read-timeout-ms=300000