MCPcopy Create free account
hub / github.com/aws/aws-cli / _try_to_enable_wal

Method _try_to_enable_wal

awscli/telemetry.py:127–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 )
126
127 def _try_to_enable_wal(self):
128 try:
129 self.execute(self._ENABLE_WAL)
130 except sqlite3.Error:
131 # This is just a performance enhancement so it is optional. Not all
132 # systems will have a sqlite compiled with the WAL enabled.
133 pass
134
135
136class CLISessionDatabaseWriter:

Callers 1

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected