I have seen RAID0 SSD arrays drop to 10MB/sec per disk sequential write performance after only a minute or two (not using DRBD - just using direct copy from NFS to SSD). I believe it's to do with the drives heating up and thermal throttling becoming active.
To check if this is happening for you, try using smartctl to check the drive temperatures. If they rapidly rise from (say) 25 degrees to 40 degrees when your DRBD syncing takes place, you may be seeing the same issue. You can also try creating a large logical volume directly on the RAID0 array, and copying data to it directly, to test performance independently of DRBD.