Published: 22 May 2018 › Updated: 22 May 2018

Developer experiment #2: 10 million tags
Hi. Recently wrote a post in which found out that you can add 1000 tags. Let's try
```
<script>
for (var i=0; i<=999999; i++) {
document.write(i+' ');
}
< / script >
```
enter 1000000 tags.
To do this, I will use the same script:``I will not insert All the numbers in the text, because I think it is clear: from zero to 999999.
Are they going to publish?
## Fail.
An error has appeared:
TypeError: Network request failed
I try from 0 to 99999:
```
<script>
for (var i=0; i<=99999; i++) {
document.write(i+' ');
}
</script>
```
Will I be able to publish 100 thousand tags?
### result
Error:
RPCError: Assert Exception:fc::raw::pack_size(trx) <= (get_dynamic_global_properties().maximum_block_size - 256):
Experiment further: 4999 tags
<script>
for (var i=0; i<=4999; i++) {
document.write(i+' ');
}
</script>
Leave Developer experiment #2: 10 million tags to:
Read more #steem posts
Best Posts From Denis Skripnik (Blind dev)
We have not curated any of denis-skripnik's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Denis Skripnik (Blind dev)
- The game "Tamogochi" in viz_mg_bot
- Publishing test via dpos.space/hive
- Remembering Summer test
- Remembering Summer
- test 1
- Crypto-Twitter, including Hive, in Telegram! My new project
- Cool: this Telegram channel sends the BTC rate every minute. Convenien ...
- I recently realized that I really like it when it's sunny: very beauti ...
- Test publication
- ![I love being in the forest](https://ipfs.io/ipfs/bafybeialt4ckoc7wxt ...