I created a project using Amber Smalltalk and hosted it on a remote server so multiple people can access it. The network connection is slow and it triggers timeout and just figured that the setting 'waitSeconds' solves the problem.
But, we can't figure out where to set it.The config.js file is generated, and can't be changed manually. Only managed to change it in the default settings in the requirejs source. But that should not be the right place. Please tell me how to solve this problem.
config.jsis generated using https://lolg.it/herby/amd-config-builderfrom the readme:
to add
WaitSecondstoconfig.jsadd it tolocal.amd.jsonat the root level of your project.