> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/troubleshooting/allow-3-seconds-error.md).

# "Allow 3 seconds" Error

The **"Allow 3 seconds" error** is a system message from OnlyFans that appears when attempting to send certain requests too frequently (e.g. publishing posts and sending direct/priority messages more often than OnlyFans allows).

<figure><img src="/files/AZqfiAvgeqzWfa4XH9zK" alt=""><figcaption></figcaption></figure>

## Understanding the Issue

This error occurs due to the following reasons:

* Publishing posts and sending direct/priority messages too frequently.&#x20;
* There is an incorrect Time Delay in Priority Mass Messages

OnlyFans limits the frequency of certain actions to ensure they are performed by a single account in a natural manner. The platform restricts some requests to once every 3 seconds, assuming that one person cannot perform multiple actions within that timeframe.&#x20;

### Priority Mass Messages & Incorrect Time Delay

* The Priority Mass Messages feature sends individual private messages to each fan with a customizable time interval.
* If the time interval is set too short, OnlyFans may detect it as spam and trigger the "Allow 3 Seconds" error.

### Share-for-Share (SFS) Limitations

* The OnlyFans system does not differentiate between scheduled and regular publishing.
* If multiple SFS posts are scheduled too close together, the system may flag them, resulting in errors.

## Solutions

1. Identify the Cause of the Error

* If the error occurs due to multiple actions performed at the same time, prioritize the most important action and pause the others temporarily.&#x20;

By following these adjustments, you can avoid disruptions, ensure messages are sent successfully, and comply with OnlyFans' limits.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.onlymonster.ai/troubleshooting/allow-3-seconds-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
