sendFile('myHtml.html', { cacheControl: false }) // overriding the options disabling cache-control headers }) // Run the server! fastify.listen({ port: 3000 }, (err, address) => { if (err) throw err // Server is now listening on ${address} }) Multiple prefixed roots const ...
Skip to content Navigation MenuToggle navigation Sign in Product Actions Automate any workflow Packages Host and manage packages Security Find and fix vulnerabilities Codespaces Instant dev environments GitHub Copilot Write better code with AI Code review Manage code changes Issues Plan and ...
When a process writes modified data to cache memory pages, the flushing follows close behind, copying the changes to disk even as the main write process continues. Unsaved, dirty cache pages are kept to a minimum, which helps to maintain the integrity of the file data. On the other hand,...
8.2.422 orclrscacheattr 8.2.423 orclTraceConnDN 8.2.424 orclTraceConnIP 8.2.425 orclSAMAccountName 8.2.426 orclSASLAuthenticationMode 8.2.427 orclSASLCipherChoice 8.2.428 orclSASLMechanism 8.2.429 orclsDumpFlag 8.2.430 orclSearchBaseDN 8.2.431 orclSearchFilter 8.2.432 orclSearchSc...
CACHE_KEY = '%d_store' cache.write(CACHE_KEY % @user.id) Avoid using String#+ when you need to construct large data chunks. Instead, use String#<<. Concatenation mutates the string instance in-place and is always faster than String#+, which creates a bunch of new string objects.[link...
"has-flag": "3.0.0" } } } }, "@babel/generator": { "version": "7.0.0", "resolved": "http://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.0.0.tgz", "integrity": "sha1-Hv1Yv/qVHchGRJ5YzjodfwLTk6o=", "requires": { "@babel/types": "7.0.0", "js...
This enables the Oracle Enterprise Manager Daemon (a component of Oracle Enterprise Manager) to properly cache that password and contact the ODS schema upon starting up. Once you have run the oidemdpasswd utility, you can monitor Oracle Internet Directory processes from the Oracle Enterprise Manager...
kaniko can cache layers created by RUN and COPY (configured by flag --cache-copy-layers) commands in a remote repository. Before executing a command, kaniko checks the cache for the layer. If it exists, kaniko will pull and extract the cached layer instead of executing the command. If not...
cache.max.size CACHE_MAX_SIZE 50000000 max size of all cached values, 0 - unlimited avatar.type AVATAR_TYPE fs type of avatar storage, fs, bolt, or uri avatar.fs.path AVATAR_FS_PATH ./var/avatars avatars location for fs store avatar.bolt.file AVATAR_BOLT_FILE ./var/avatars.db file ...
Skip any updates where there's suspicious-looking image metadata weaveworks/flux#1249 (then weaveworks/flux#1250) Fix the bug that resulted in zero timestamps in the first place weaveworks/flux#1251 Respect 'false' value for automation annotation weaveworks/flux#1264 Cope with images that have...