Skip to content

Commit ce6ba8d

Browse files
committed
Update outdated information
1 parent deef578 commit ce6ba8d

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

docs/source/faq.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,6 @@ executed as soon as they arrive from the server side. Pyrogram acts as a framewo
7474
*calls your code*, that is, your registered event handlers. Such applications are usually started and left online
7575
indefinitely, until you decide to stop them.
7676

77-
How stable and reliable is Pyrogram?
78-
------------------------------------
79-
80-
So far, since its first public release, Pyrogram has always shown itself to be quite reliable in handling client-server
81-
interconnections and just as stable when keeping long running applications online. The only annoying issues faced are
82-
actually coming from Telegram servers internal errors and down times, from which Pyrogram is able to recover itself
83-
automatically.
84-
85-
To challenge the framework, the creator is constantly keeping a public
86-
`welcome bot <https://github.com/pyrogram/pyrogram/blob/develop/examples/welcomebot.py>`_ online 24/7 on his own,
87-
relatively-busy account for well over a year now.
88-
89-
In addition to that, about six months ago, one of the most popular Telegram bot has been rewritten from scratch
90-
:doc:`using Pyrogram <powered-by>` and is serving more than 200,000 Monthly Active Users since
91-
then, uninterruptedly and without any need for restarting it.
92-
9377
What can MTProto do more than the Bot API?
9478
------------------------------------------
9579

docs/source/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ Meta
9090

9191
- :doc:`Pyrogram FAQ <faq>`: Answers to common Pyrogram questions.
9292
- :doc:`Pyrogram Glossary <glossary>`: List of words with brief explanations.
93-
- :doc:`Powered by Pyrogram <powered-by>`: Collection of Pyrogram Projects.
94-
- :doc:`Support Pyrogram <support-pyrogram>`: Ways to show your appreciation.
93+
- :doc:`Support Pyrogram <support>`: Ways to show your appreciation.
9594
- :doc:`About the License <license>`: Information about the Project license.
9695
- :doc:`Release Notes <releases/index>`: Release notes for Pyrogram releases.
9796

@@ -157,8 +156,7 @@ Last updated on |today|
157156

158157
faq
159158
glossary
160-
powered-by
161-
support-pyrogram
159+
support
162160
license
163161
releases/index
164162

0 commit comments

Comments
 (0)