# Temporary Limitations

This page tracks current operational caveats for the Zurich development phase.

## Known constraints

* Logging verbosity is higher (DEBUG), so log size grows quickly.
* Behavior can differ across modes (`dev` vs normal PoW modes).
* Dev mode may use custom intervals (`dev_block_interval_ms`) and should not be treated as production throughput.
* Mining availability depends on config (`mining_author`, `mining_type`, stratum settings).

## What to do during testing

* Monitor logs continuously ([Viewing Mazze Logs](/testnet/viewing-logs.md)).
* Keep config under version control (`run/hydra.toml`, `run/log.yaml`).
* Recreate containers after config changes:

```bash
sudo docker compose up -d --force-recreate
```

* Validate chain progress with RPC/CLI (`mazze_getStatus`, `./run/mazze-cli.sh summary`).

## Cadence note

Current operational target used in docs is **4 BPS**, but effective observed cadence can vary with network conditions and selected mode.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mazze.io/testnet/temporary-limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
