Grant Shepert
03/21/2023, 5:24 PMbdw429s
03/21/2023, 5:27 PMbdw429s
03/21/2023, 5:28 PMbdw429s
03/21/2023, 5:28 PMbdw429s
03/21/2023, 5:28 PMbdw429s
03/21/2023, 5:28 PMserver set web.fileCache.enable=falseGrant Shepert
03/21/2023, 5:29 PMbdw429s
03/21/2023, 5:30 PMserver set runwar.args='--resource-manager-file-system-watcher=true'bdw429s
03/21/2023, 5:30 PMbdw429s
03/21/2023, 5:30 PMbdw429s
03/21/2023, 5:30 PMbdw429s
03/21/2023, 5:31 PMGrant Shepert
03/21/2023, 5:31 PMjclausen
03/21/2023, 10:34 PMsendfile does effectively the same thing with big static assets. I run this in development and never have an issue with the files being cached
BOX_SERVER_RUNWAR_ARGS=--sendfile-enable false --resource-manager-file-system-watcher false
Or you can place the above in your server.json Disabling sendfile means the file is always read from the disk and not the buffer/cacheDave Merrill
03/22/2023, 4:00 PM